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.
- 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.
- 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