To run infra and all services -- just run: npm start
🚀
- Start base infra services in Docker containers:
npm run infra
- Run services with Turborepo
npm run turbo-start
To run infra and all services -- just run: npm run docker
🚀
- Start base infra services in Docker containers:
npm run infra
- Run services you need:
./bin/start.sh api web
You can also run infra services separately with ./bin/start.sh
bash script.