/ship

Primary LanguageTypeScript

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.