https://github.com/matchai/freecodecampmontreal-docs
https://github.com/matchai/freecodecampmontreal-docs
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/matchai/freecodecampmontreal-docs
- Owner: matchai
- Created: 2018-04-17T21:02:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-08T17:19:23.000Z (about 7 years ago)
- Last Synced: 2025-01-17T18:00:36.537Z (5 months ago)
- Language: Python
- Homepage: https://sirmerr.github.io/freecodecampmontreal-docs
- Size: 1.56 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/`