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.
# 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
Just use turbo gen workspace
to create a new package
Just use turbo gen workspace --copy ./apps/web
to create a new app