Clone the project and access the folder
# Starting from the project root folder, go to backend folder
$ cd backend
# Install the dependencies
$ yarn
# Starting from the project root folder, go to frontend folder
$ cd frontend
# Install the dependencies
$ yarn
Create a .env file with the following variables in the frontend folder
PUBLIC_API_URL =http://localhost:8080/
DB_PASSWORD=foobar
PUBLIC_SOME_KEY=123
# Starting from the project root folder run
$ yarn develop:backend
# And the run
$ yarn develop:frontend