Thank you for your interest in contributing to this project! Here are some guidelines to help you get started.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
- Fork this repository.
- Create a new branch for your changes.
- Make your changes and commit them with a descriptive commit message.
- Push your changes to your fork.
- Submit a pull request to this repository.
To set up your development environment, follow these steps:
- Clone this repository.
- Install dependencies with
yarn install
. - Run the application with
yarn start
.
By contributing to this project, you agree that your contributions will be licensed under the terms of the MIT license.