added todo

This commit is contained in:
Hazel Noack 2025-05-22 16:46:49 +02:00
parent 73e89ca513
commit a4aa73b1aa

View File

@ -1,7 +1,15 @@
<a href="https://oql.avris.it/license/v1.2" target="_blank" rel="noopener"><img src="https://badgers.space/badge/License/OQL/pink" alt="License: OQL" style="vertical-align: middle;"/></a>
# STSG
# Installing
## Planned features
- [ ] auto uploading to ftp and other online services using a plugin system
- [ ] build a git wiki in a specified languages instead of a static website
- [ ] hosting the documentation somehow
- [ ] multiple templates + a way to choose templates
## Installing
```sh
python3 -m venv .venv
@ -9,7 +17,7 @@ source .venv/bin/activate
pip install -e .
```
# Execute
## Execute
To start a local http server in the dist folder you can simply do: