Skip to content

cr1of0x/render-deploy-test

Repository files navigation

Starting application with Turborepo

To run infra and all services -- just run: npm start 🚀

Turborepo: Running infra and services separately

  1. Start base infra services in Docker containers:
npm run infra
  1. Run services with Turborepo
npm run turbo-start

Using Ship with Docker

To run infra and all services -- just run: npm run docker 🚀

Docker: Running infra and services separately

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

You can also run infra services separately with ./bin/start.sh bash script.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published