Skip to content
/ ship-template Public template

A toolkit for makers to ship better products faster 🚀

Notifications You must be signed in to change notification settings

paralect/ship-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.