Skip to content

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-endworkflow.md
Run tests / coverage / Playwrighttesting.md
Add a markdown pass, UI component, or docsextending.md
Look up a CLI commandcommands.md
Check code or doc standardsconventions.md
Fix a CI failuretroubleshooting.mdinfrastructure.md
Understand a subsystemarchitecture/