Please make sure you have dotnet core 3.1 installed. Runs on ubuntu and windows.
Navigate to the folder where csproj file is located and run
dotnet run
Please make sure to have node 10 installed to avoid issues with jest when running tests.
yarn install
yarn test
-- to run tests
yarn dev
-- to run webpack dev server hosted on localhost:8080
Only available for the UI project. Not 100% coverage, but working on it.