This repository holds the static website for the project's documentation.
To deploy the website, please follow these steps:
- Install
zola
, or enter the nix shell withnix-shell
- Run
zola serve -i <ip> -p <port>
, whereip
andport
are those where the server will be exposed.