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-09 00:41:13 -08:00
bun_plugins Complete WIP: Architecture refactor. 2026-01-08 05:35:59 -08:00
content Complete WIP: Architecture refactor. 2026-01-08 05:35:59 -08:00
src FIX: Add listeners to update post-archive more reliably 2026-01-09 00:41:13 -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 Add next/prev links to bottom of blog posts 2026-01-09 00:13:23 -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 WIP: Architecture Refactor, remove Elysia and only use Bun.serve 2025-12-27 22:51:48 -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.