First of all, thank you for taking the time to contribute to this project.
Submitting an issue, bug or feature request is a great way to contribute to the project.
Add a 👍 to issues you want implemented.
-
Clone the repository
git clone https://github.com/kmccullen97/reval.git
-
Install dependencies
yarn install
-
Run the app
yarn start
-
Running tests
yarn test
-
Linting
yarn lint
Creating or commenting on the issue you want to work on is the first step to creating a pull request. From there just follow the steps in the Running the app section.