Skip to content

pRizz/my-tooling-opinions

Repository files navigation

my-tooling-opinions

OpenLinks

A Bun-powered SolidJS + Kobalte static site version of the original ai-tooling-chart-interactive.html.

Preview

Square AI tooling graph screenshot

Local development

  1. Install dependencies:
bun install
  1. Start the dev server:
bun run dev
  1. Build the production site:
bun run build
  1. Run the test suite:
bun run test
  1. Regenerate the committed square graph screenshot:
bun run capture:graph

This writes the tracked asset to public/graph-square.png.

GitHub Pages

This repo is configured for a GitHub project page at /my-tooling-opinions/.

To enable deployment:

  1. Open the repo settings in GitHub.
  2. Go to Pages.
  3. 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.

Find Me

Releases

No releases published

Packages

 
 
 

Contributors