The official manual for the pi-Stomp ecosystem: building, using, and developing for pi-Stomp v2/v3.
Built with Eleventy, deployed to GitHub Pages.
src/
building/ — Part I: Obtaining hardware, assembly, software install
using/ — Part II: Navigation, pedalboards, plugins, advanced features
developers/ — Part III: Architecture, code structure, contributing
assets/ — Images, CSS
_includes/ — Layout templates
npm run serveOpens a local server at http://localhost:8080 with live reload.
npm run buildOutput goes to _site/.
Pushing to main triggers a GitHub Actions workflow that builds and deploys to GitHub Pages. No manual steps required.
See the Developer Guide.