Moderating on-the-go has always been a pain. ModShark's goal is to make this easier than it currently is.
Tooling:
- Install the latest .NET Core SDK
- Install NodeJS (LTS preferred)
dotnet tool install dotnet-dev-certs --global
Project:
npm install
dotnet dev-certs https
dotnet run
npm run test:unit
npm run test:e2e