Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 602 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (12 loc) · 602 Bytes

Contributing

Thanks for contributing!

If you've never used git, or a similar version control system, you may want to read this simple guide

If you've never opened a pull request on github, you may want to check out this video

Creating a local copy of this project, be sure to install all dependencies using yarn:

yarn install

Once you have all your dependencies installed, you can run a local docs server:

yarn start