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
2025-12-28 00:21:13 -08:00
bun_plugins WIP: Architecture Refactor, add and rename plugins for handling content 2025-12-28 00:17:35 -08:00
content WIP: Architecture Refactor, add additional demo content 2025-12-28 00:18:04 -08:00
src WIP: Architecture Refactor, add stub files and working blog post wrapped by AppShell 2025-12-28 00:21: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 WIP: Architecture Refactor, add and rename plugins for handling content 2025-12-28 00:17:35 -08:00
index.tsx WIP: Architecture Refactor, add stub files and working blog post wrapped by AppShell 2025-12-28 00:21:13 -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.