2020-04-14 12:47:33 +02:00
> ### Our contributing guidelines are available here: <https://contribute.freecodecamp.org>
2018-10-08 22:26:06 +05:30
2020-04-14 12:47:33 +02:00
Looking to edit the contributing guidelines? The source is [available here ](https://github.com/freeCodeCamp/freeCodeCamp/tree/master/docs ).
2018-10-08 22:26:06 +05:30
2020-04-14 12:47:33 +02:00
They are created using [docsify ](https://docsify.js.org ). The guideline homepage's source is [index.html ](index.html ), which generates the page from the content in [index.md ](index.md ).
2018-10-08 22:26:06 +05:30
2020-04-14 12:47:33 +02:00
To run the docs locally, install `docsify`
2020-04-06 17:47:40 +05:30
2020-04-14 12:47:33 +02:00
```bash
npm i -g docsify
```
2020-04-06 17:47:40 +05:30
2020-04-14 12:47:33 +02:00
and then use
2020-04-06 17:47:40 +05:30
2020-04-14 12:47:33 +02:00
```bash
docsify serve docs
```