- Brackets IDE is recommended, but for json-data edits even a simple text editor should do
- Log into github
- Fork this repository
- Clone the project to your local machine
- git command or some GUI (I for example used SourceTree)
- Open the folder with the Brackets IDE or just the index.html with a text editor depending on what you want to do
- (Wait for the project / file to fully load)
- Now you can change files and - if you chose the Brackets IDE - test the website in a local environment
- Once you are you are happy with your result you can commit and push everything to a new branch of your forked project
- If you want to create a pull request you can do that on the github page of your forked project
- github automatically offers you that option once you've made changes to your forked project