Setup Copy the .env.example file to .env and fill in the required environment variables. TBD Running To run the frontend (any web server will work, for example python http server) cd .\WebView\ python -m http.server 80 To run the backend cd .\LifeSim\ dotnet run