Developer Guide beta
arttet.dev is a static SvelteKit app compiled by Bun. The markdown pipeline is an AST-first compiler that bakes math, diagrams, and syntax highlighting into deterministic HTML at build time. A WebGPU particle background runs off the main thread. CI deploys to GitHub Pages and Cloudflare Pages.
Quick Start
sh
bun install # install dependencies
just dev # → http://localhost:5173
just docs dev # → VitePress (this site)Full commands reference: commands
What lives where
Directory Structure in architecture.
Where to go next
| If you want to... | Read |
|---|---|
| Ship a change end-to-end | workflow.md |
| Run tests / coverage / Playwright | testing.md |
| Add a markdown pass, UI component, or docs | extending.md |
| Look up a CLI command | commands.md |
| Check code or doc standards | conventions.md |
| Fix a CI failure | troubleshooting.md → infrastructure.md |
| Understand a subsystem | architecture/ |