From cec0fad5f41851410600b3a6dab0b95bac792950 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?U=C4=9Fur=20Oru=C3=A7?= Date: Sun, 13 Aug 2023 14:17:10 +0200 Subject: [PATCH] unrelevant doc --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index dbe62a55..679c36f1 100644 --- a/README.md +++ b/README.md @@ -46,14 +46,3 @@ If you haven't already install [Volta](https://volta.sh), you can install instal ```sh curl https://get.volta.sh | bash ``` - -### Setup projects - -Install dependencies and build all projects. - -```sh -# Install all the dependencies use -w or --workspace for workspace specific installs -npm install -# Builds all the applications in the monorepo -npx turbo build -```