The planning document can be found here.
Create an .env
file from the example file:
cp .env.example .env
and then fill in with your data.
docker-compose up
Make sure you're at the root of the project.
cd server
npm run start:dev
Make sure you're at the root of the project.
cd client
npm run start
In order for the changes to be reflected, run the following commands:
docker-compose down -v
docker-compose up
- select the proper debug profile
- press F5