Oliver Eyton-Williams a8203d9f1a
fix(docs): move contribute home (#38547)
* fix: move homepage and expand docs
* docs: add docs installation guide
2020-04-14 16:17:33 +05:30
..
2019-10-31 17:54:30 +05:30
2020-04-06 20:50:40 +05:30
2020-04-07 01:15:00 +05:30
2020-04-11 20:45:22 -05:00

Our contributing guidelines are available here: https://contribute.freecodecamp.org

Looking to edit the contributing guidelines? The source is available here.

They are created using docsify. The guideline homepage's source is index.html, which generates the page from the content in index.md.

To run the docs locally, install docsify

npm i -g docsify

and then use

docsify serve docs