This repository contains the source code of the Xtracked website.
The website is built with Zensical and is published automatically through GitHub Pages.
- Python 3
- pip
pip install zensicalzensical serveThe website will be available at:
http://localhost:8000
zensical buildThe generated site is written to the site/ directory.
Changes pushed to the default branch are published automatically through GitHub Pages using GitHub Actions.
See the LICENSE file for details.