chaoswest.tv/README.md

25 lines
406 B
Markdown
Raw Normal View History

2022-01-19 19:42:00 +01:00
Chaos West TV Website
=======================
2022-04-26 20:54:51 +02:00
Build instructions:
----------------------
2024-01-25 01:32:24 +01:00
Create a webserver for lektor after installing the requirements:
2022-04-26 20:54:51 +02:00
```bash
2024-01-25 01:32:24 +01:00
lektor server
2022-04-26 20:54:51 +02:00
```
2024-01-21 19:07:23 +01:00
Install requirements
-----------------------
poetry is used to manage requirements
```
# install poetry
pip install poetry
# install requirements
poetry install --no-root
```
## License
2022-01-19 19:42:00 +01:00
License: [MIT License](LICENSE)