https://github.com/cbsd/cbsd.io
https://github.com/cbsd/cbsd.io
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cbsd/cbsd.io
- Owner: cbsd
- License: bsd-2-clause
- Created: 2019-01-09T02:48:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-04T14:22:24.000Z (over 3 years ago)
- Last Synced: 2024-03-26T05:03:56.054Z (over 2 years ago)
- Size: 18.9 MB
- Stars: 2
- Watchers: 4
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cbsd.io
## How to run development server
Assuming virtualenv is installed:
```
pip install -r requirements.txt
mkdocs serve
```