Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 681 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (20 loc) · 681 Bytes

Contributing

Thanks for your interest in this project!

Please spend serveral minutes reading the following guidelines and tips before contrubuting to this project : )

Tips about Pull Request

Working on your first Pull Request? You can learn how from this free series How to Contribute to an Open Source Project on GitHub

Project Setup

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