Monorepo for wisp.place. A static site hosting service built on top of the AT Protocol. wisp.place
1# Elysia with Bun runtime 2 3## Getting Started 4To get started with this template, simply paste this command into your terminal: 5```bash 6bun create elysia ./elysia-example 7``` 8 9## Development 10To start the development server run: 11```bash 12bun run dev 13``` 14 15Open http://localhost:3000/ with your browser to see the result.