This application has been designed so that people can easily expand it. To request us to review code that you create, you will need to create a pull request. Creating a pull request is described in this tutorial.
Before creating a pull request to this application, you will want to lint it first. This is because linting is a check that is ran when a pull request is made and cannot be merged in if it fails.
To lint, simply run npm test
.
This project enforces LF line styles, 4 spaces, semi-colons and single quotes everywhere. The linting will fail if this is not followed.
In the event that you have a issue using the styling or have a suggest for a change but don't want to contribute code, we are more than happy to help. Make sure that when you create your issue, you include as much information as possible so that we can get to work on resolving it immediately.