Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 427 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (6 loc) · 427 Bytes

Setup

In order to run this project you need to install npm, nodejs and yarn. Once you have installed your tools you can run it with the command :

yarn install && yarn start

After installing package dependancies, you running yarn start is enough.

Issues

Try to create issues for any bugs you find / features you'd like to fix, and add the issue number to your commit message. Then make a pull request.