Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 203 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 203 Bytes

How to test it in my both development environment?

  • In the bare metal:
cd .\src
dotnet restore
dotnet watch run
  • Into the Docker development environment:
docker-compose up