This repo contains the source code and the build script for Roc website.
Build dependencies are managed by pixi.
To serve website on localhost, run:
pixi run serve
To build static website, run:
pixi run build
It will build static website + documentation from:
- roc-toolkit
- rocd
- roc-cast
To remove generated build artifacts, run:
pixi run clean
When you push to the main branch, Github actions automatically build and publish website on Github pages.