Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/miniscruff/team-handbook-demo

Short demo of what a team handbook could look like
https://github.com/miniscruff/team-handbook-demo

Last synced: 14 days ago
JSON representation

Short demo of what a team handbook could look like

Awesome Lists containing this project

README

        

# team-handbook-demo
Short demo of what a team handbook could look like

## Contributing
1. Create a python virtual environment: `python -m venv venv`
1. Activate virtual environment: `source venv/bin/activate`
1. Install dependencies: `pip install -r requirements.txt`
1. Start local live reload server: `mkdocs serve`
1. Edit files in "/docs"