-
Notifications
You must be signed in to change notification settings - Fork 15
Local Setup
Felix Gabler edited this page Sep 24, 2020
·
1 revision
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.
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>