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