bash docker compose up -d --build
bash cd frontend && yarn install && yarn start
- Note: you only need to run yarn install the first time you start the frontend or if you add a new package.
bash docker compose down
bash docker compose down --volumes
bash cd api && yarn install && yarn start
- make sure you have the container stopped or this will not work because there will be a port conflict