Burton ยท from a clone

Production hosts should use one curl. This page is for people hacking on the app.

bun install
bun dev

Open the URL Bun prints (usually http://localhost:3000). On an empty local database with local auth, a demo admin is seeded:

  • Email: demo@burton.dev
  • Password: demo1234

That demo account is not created in production.

bun run dev:postgres
bun test
bun run build
bun start
bun run mock:data

Copy .env.example to .env.local. Prefer Bun APIs over Node. Burton is MIT licensed.