Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 690 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (14 loc) · 690 Bytes

Contributing

First of all, thank you for taking the time to contribute to this project.

Getting Started

Submitting an Issue

Submitting an issue, bug or feature request is a great way to contribute to the project.

Add a 👍 to issues you want implemented.

Running the app

  • 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

Submitting a Pull Request

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.