Files
freeCodeCamp/docs/README.md

18 lines
540 B
Markdown
Raw Normal View History

> ### Our contributing guidelines are available here: <https://contribute.freecodecamp.org>
Looking to edit the contributing guidelines? The source is [available here](https://github.com/freeCodeCamp/freeCodeCamp/tree/master/docs).
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).
To run the docs locally, install `docsify`
2020-04-06 17:47:40 +05:30
```bash
npm i -g docsify
```
2020-04-06 17:47:40 +05:30
and then use
2020-04-06 17:47:40 +05:30
```bash
docsify serve docs
```