Client-side developer utilities built with Svelte 5, Monaco Editor, and Mermaid.js.
- Node.js 22+
- npm 10+
npm install# Start dev server
npm run dev
# Typecheck
npm run check
# Build for production
npm run build
# Preview production build locally
npm run previewDeployments to GitHub Pages are handled automatically via GitHub Actions (.github/workflows/deploy.yml).
- Push to
main. - In repository Settings > Pages, set Build and deployment > Source to GitHub Actions.
MIT