Thanks for your interest in this project!
Please spend serveral minutes reading the following guidelines and tips before contrubuting to this project : )
Working on your first Pull Request? You can learn how from this free series How to Contribute to an Open Source Project on GitHub
Make sure nodejs has been installed before starting your work
# Install dependencies
$ npm install
# bootstrap packages
$ npm run boot
# Develop with regular-play
$ npm run play
# Build for production
$ npm run build