An open API service indexing awesome lists of open source software.

https://github.com/matchai/freecodecampmontreal-docs


https://github.com/matchai/freecodecampmontreal-docs

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# freecodecampmontreal-docs

## Run it locally

Make sure you have sphinx and sphinx-autobuild
```
pip install sphinx sphinx-autobuild
```

```
sphinx-autobuild . docs/
```

You should see your docs at `http://127.0.0.1:8000/`