# Setup instructions > Firstly, you will need [Node](https://nodejs.org/en/) installed on your > system. We recommended using [NVM](https://github.com/nvm-sh/nvm) to manage > different versions and to use the version specified in the `~/.nvmrc` file. --- 1. Install dependencies and setup monorepo packages (using npm workspaces) ```shell $ npm i ```