Source files for the Aggregator Protocol specification, written in Bikeshed. This repo includes the modular .bs sections and generated outputs under dist/.
Requires Docker only.
make buildmake devDefault dev server: http://localhost:59754/
Enable the pre-commit hook that builds the spec before every commit to make sure the live website gets properly updated:
git config core.hooksPath .githooks