-
Install NodeJS >= v6.11.0, if you don't have it yet.
-
Install global dependencies:
[sudo] npm install -g yarn
- Install project dependencies:
yarn install
- Install dependencies for each package and link them together:
npm start
- Run tests for all packages:
npm test
- Publish packages:
npm run publish