25 lines
406 B
Markdown
25 lines
406 B
Markdown
Chaos West TV Website
|
|
=======================
|
|
|
|
Build instructions:
|
|
----------------------
|
|
Create a webserver for lektor after installing the requirements:
|
|
```bash
|
|
lektor server
|
|
```
|
|
|
|
Install requirements
|
|
-----------------------
|
|
poetry is used to manage requirements
|
|
```
|
|
# install poetry
|
|
pip install poetry
|
|
|
|
# install requirements
|
|
poetry install --no-root
|
|
```
|
|
|
|
|
|
## License
|
|
License: [MIT License](LICENSE)
|