Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 284 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 284 Bytes

BlakeBot

This is a test C# WebApi Bot project which parrots back messages with misspellings.

Getting Started

Running locally

  • cd src
  • dotnet restore
  • dotnet run --project BlakeBot.Web.Api/BlakeBot.Web.Api.csproj

Running via docker

  • docker-compose up -d