Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 735 Bytes

getting-started.md

File metadata and controls

26 lines (17 loc) · 735 Bytes

Init your own monorepo

You should have docker-compose, git and node commands. You can create a fork of boilerplate by click on GitHub Use Template button or fork the repo.

use template click

# 1) Click `Use Template`: https://github.com/8iq/nodejs-hackathon-boilerplate-starter-kit

# 2) Clone your repo!
git clone [email protected]:USERNAME/REPOSITORY.git my-new-startup
cd my-new-startup

# 3) Install dependencies and link workspaces
yarn

create new package

Just use turbo gen workspace to create a new package

create new app

Just use turbo gen workspace --copy ./apps/web to create a new app