There was an error while loading. Please reload this page.
Go into the frontend folder. To install the necessary frontend dependencies, run
yarn install
Copy the file frontend/.template.env.development.local to frontend/.env.development.local. Set the values accordingly.
frontend/.template.env.development.local
frontend/.env.development.local
To launch the vue frontend, go into the frontend folder and run
yarn run serve
Launch a sbt shell with (jvm flag optional)
sbt -jvm-debug 5005 shell
Once the shell has loaded, run
run <YOUR_PORT>