-
Install NodeJS >= v0.12.0, if you don't have it yet.
-
Install lerna global dependency:
[sudo] npm install -g [email protected]
- Run lerna to install local dependencies and link packages together:
lerna bootstrap
- Install local dependencies
npm install
- Build all packages
lerna run build
- Start a local server on port 4000
npm run start
- Run tests:
lerna run test