Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 485 Bytes

File metadata and controls

17 lines (12 loc) · 485 Bytes

Superphenix documentation

Documentation and user guides for Superphenix, built with Zensical.

Local development

python3 -m venv .venv
source .venv/bin/activate # or .venv\Scripts\activate on Windows
pip install zensical
zensical build -f zensical.toml
zensical serve -f zensical.toml # serve at http://localhost:8000

Configuration

The website is configured using the zensical.toml configuration file.