Skip to content

Commit

Permalink
docs(setup): replace NX with Turbo in setup instructions (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
voi-jankowski authored Apr 6, 2024
1 parent 60a3b9b commit af8a460
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/contributing-to-keyshade/setting-things-up.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,16 @@ To install the dependencies, run the following command:
pnpm install
```

## Installing NX
## Installing Turbo

The last step is to install NX. It is the monorepo management tool that we are using. Read more about it in [https://nx.dev](https://nx.dev). To install nx, you need to run the following command:
The final step involves installing our monorepo management tool. We have transitioned to using Turbo to streamline our development process. To install Turbo, run the following command:

```bash
npm i -g nx
npm install turbo --global
```

For more information on how to get started with Turbo, refer to the [official Turbo documentation](https://turbo.build/repo/docs).

## Installing nest CLI

If you plan to work on the API, you would need the **NestJS CLI.** To do this, simply run:
Expand Down

0 comments on commit af8a460

Please sign in to comment.