Skip to content

Commit 0206d9e

Browse files
authored
Merge pull request #32 from benchristel/benc/dev-docs
Add developer docs
2 parents 198d579 + 6b9fa9a commit 0206d9e

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,17 @@ Given that the [Pivotal Alumni Slack][slk] is free, and free Slacks have only 90
2020
- All changes should come via Pull Request.
2121
- Please see [CONTRIBUTING.md][contrib] for details on how to add and update files.
2222
- Be Kind
23-
- Reach out to Davis - @infews - if you want to help with admin of this site
23+
- Reach out to Davis - @infews - if you want to help with admin of this site
24+
25+
## Development
26+
27+
You will need Python 3 and the Pip package manager.
28+
29+
```bash
30+
# Install dependencies
31+
pip install -r requirements.txt
32+
# Run the dev server
33+
mkdocs serve
34+
# Navigate your browser to it
35+
open http://127.0.0.1:8000/
36+
```

0 commit comments

Comments
 (0)