Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/miniscruff/team-handbook-demo
- Owner: miniscruff
- License: mit
- Created: 2020-06-05T18:58:18.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-16T21:37:31.000Z (over 1 year ago)
- Last Synced: 2024-10-05T08:04:36.809Z (about 1 month ago)
- Size: 362 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"