Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 314 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 314 Bytes

Elysia with Bun runtime

Start

Add/overwrite the following entries to your .env file:

PORT=<default:3000>

Then run using the command:

bun run api

Development

To start the development server run:

bun run dev

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