Contributing to GTATunes
First you will need to fork and clone the repository locally.
Allow CLI Toolkit Execution
If you are on Linux you may need to allow execution of the cli toolkit
chmod +x gtatunes
Install dependencies
You can use the built in gtatunes cli toolkit.
./gtatunes npm install
Run development server
./gtatunes dev
Lint code
./gtatunes lint
Build project
./gtatunes build
After you add your changes and ensure the project builds and that the linter passes you can create a pull request.