Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 890 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (11 loc) · 890 Bytes

NÂU JUKEBOX CONTRIBUTING

Thanks for your interest in Nâu Jukebox development. We welcome any kind of contributions to this project. You can help post an issue or a feature request in the issue tracker, or fork this project and send us pull requests with patches and new features.

Code styles and conventions:

  • Please follow Nau Studio's JavaScript code styles.
  • ESlint must be used to validate your code before submitting PR.
  • Prettier must be used with your code editor to maintain code standards.

Getting Started with Development:

  • Install Meteor on your machine.
  • Clone this project source code.
  • In the project root folder, execute command in terminal: npm install
  • Start the app with: npm start