- Fork this repository to your own GitHub account and then
git clone
it locally. - Run
npm install
in the root directory. - Run
npm run bootstrap
to link all the packages.
Run npm test
to run all tests.
Once you run npm run bootstrap
in this repository's root, it should make zero
command available to you system-wide. cd
into your app's directory and just run zero
to start the server.
Before you dive into the code, it's recommended that you read the how it works page.