Kick staring a new project using Bun: bun create elysia <project-name>

Adding to existing project: bun add elysia

The project can then be executed using: bun run dev

My sandbox: /sandbox/elysia-sandbox

Working with JSX

bun add @elysiajs/html