In development, you can use the following commands to start the backend and frontend.
cd backend
task dev
cd frontend
yarn
yarn dev
In production, you can use the following commands to start the backend and frontend. You need to specify environment variables. see: compose.yaml
task build