Skip to content
/ ship-template Public template

Latest commit

 

History

History
39 lines (30 loc) · 849 Bytes

README.md

File metadata and controls

39 lines (30 loc) · 849 Bytes

Starting Application with Turborepo 🚀

To run the infrastructure and all services -- just run:

pnpm start

Running Infra and Services Separately with Turborepo

  1. Start base infrastructure services in Docker containers:
    pnpm run infra
  2. Run the services with Turborepo:
    pnpm run turbo-start

Using Ship with Docker

To run the infrastructure and all services, execute:

pnpm run docker

Running Infra and Services Separately with Docker

  1. Start base infrastructure services in Docker containers:
    pnpm run infra
  2. Run the services you need:
    ./bin/start.sh api web

You can also run infrastructure services separately using the ./bin/start.sh bash script.