chaoswest.tv/README.md

25 lines
406 B
Markdown

Chaos West TV Website
=======================
Build instructions:
----------------------
Create a webserver at localhost with ``make server`` or:
```bash
lektor server -f scss
```
Install requirements
-----------------------
poetry is used to manage requirements
```
# install poetry
pip install poetry
# install requirements
poetry install --no-root
```
## License
License: [MIT License](LICENSE)