-
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 run lerna
- Build all packages
npm run build
- Start a local server on port 4000
npm run start
- Run tests:
npm run test