Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 359 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 359 Bytes

Sally - Webhook for LINE Messaging API

A small and fast HTTP webhook server for the LINE Messaging API.

How to build

To build and run locally you need to install .NET Core 3.1 SDK.

cd src\Sally
dotnet restore
dotnet build