Documentation for Citeck low-code platform for managing business processes, documents, and tasks.
cd docs
pip install -r requirements.txt
make htmlThe output will be in _build/html/. To preview in browser:
python3 -m http.server 8030 --directory _build/html/Then open http://localhost:8030.