Fork the code for this repository. Make your changes and submit a pull request. The Ozone team will review your pull request and evaluate if it should be part of the project. For more information on the patch process please review the Patch Process at https://ozone.nextcentury.com/patch_process.
You must have npm installed globally before running the following command:
$ npm install --global gulp
$ npm install
$ gulp dev
Now open your browser and go to 'localhost:8888/'
Build:
$ npm start // start a dev server
$ npm build // build a production version
$ npm test // run Jest cli