In first terminal:
cd frontend
pnpm install
pnpm devIn second terminal:
cd backend
cargo rIn third terminal:
cd nginx
nginx -p . -c nginx.conf
# on nginx config change
nginx -p . -c nginx.conf -s reload
# shutdown
nginx -p . -c nginx.conf -s quit