My blog that will live on cbraaten.dev Focused on fast loads, targeting sub 128KB pages with all assets bundled and an AppShell model for even faster client navigation. Powered by Bun.
Go to file
2026-01-20 16:53:03 -08:00
bun_plugins Cleanup AI slop and simplify db interface 2026-01-12 19:06:14 -08:00
content Complete WIP: Architecture refactor. 2026-01-08 05:35:59 -08:00
src ASSISTED: clean up some styles. Add retro list look for small viewport. 2026-01-20 16:53:03 -08:00
temp Design and Style Blog Post Layout 2025-10-20 17:13:34 -07:00
.gitignore Initial commit (via bun create) 2024-01-26 17:06:32 -08:00
bun.lock WIP: Architecture Refactor, remove Elysia and only use Bun.serve 2025-12-27 22:51:48 -08:00
bunfig.toml Complete WIP: Architecture refactor. 2026-01-08 05:35:59 -08:00
index.tsx Cleanup AI slop and simplify db interface 2026-01-12 19:06:14 -08:00
markdown.d.ts Replace Elysia with bun.serve for hot reloading and static serving 2025-10-22 19:56:38 -07:00
package.json WIP: Architecture Refactor, remove Elysia and only use Bun.serve 2025-12-27 22:51:48 -08:00
README.md Update README to more clearly explain how to get started 2024-02-07 07:32:18 -08:00
tsconfig.json Cleanup AI slop and simplify db interface 2026-01-12 19:06:14 -08:00

Elysia with Bun runtime

Getting Started

To install dependencies run:

bun install

Development

To start the development server run:

bun run dev

Open http://localhost:3000/ with your browser to see the result.