# How to start frontend toolchain

## Small guide

* Go to Resources/Private/Build
* `nvm use` will change to needed npm version
* `npm i` will install the node modules (if not yet installed)
* Then start with `npm run build` or the watch task with `npm run watch`
