Skip to content

super-phenix/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Contributors