A quiet, local-first todo list built with React and Bun.
bun install
bun run devThe development server opens at http://localhost:3000.
bun run typecheck
bun test
bun run e2e
bun run buildTasks are stored in the browser under the versioned seiri.tasks.v1
localStorage key. There is no account or server-side data store.