327 B
327 B
Athena
The documentation storage for Dipal
Documentation server
Athena has HTTP server for reading markdown documentation.
If needed:
pip install venv
To prepare enviroment:
python -m venv env
source env/bin/activate
pip install -r requirements.txt
To start the server:
python server/server.py