A Bun-powered SolidJS + Kobalte static site version of the original ai-tooling-chart-interactive.html.
- Install dependencies:
bun install- Start the dev server:
bun run dev- Build the production site:
bun run build- Run the test suite:
bun run test- Regenerate the committed square graph screenshot:
bun run capture:graphThis writes the tracked asset to public/graph-square.png.
This repo is configured for a GitHub project page at /my-tooling-opinions/.
To enable deployment:
- Open the repo settings in GitHub.
- Go to Pages.
- Set Source to GitHub Actions.
After that, every push to main will trigger the Pages workflow in deploy.yml.
That workflow also regenerates public/graph-square.png and commits it back to main when the rendered image changes.
