From e05f78146ef386a81b39d3e05afa145c1e23f679 Mon Sep 17 00:00:00 2001 From: Shav Kinderlehrer Date: Sat, 14 Oct 2023 22:20:56 -0400 Subject: Initial commit (via bun create) --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..688c87e --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Elysia with Bun runtime + +## Getting Started +To get started with this template, simply paste this command into your terminal: +```bash +bun create elysia ./elysia-example +``` + +## Development +To start the development server run: +```bash +bun run dev +``` + +Open http://localhost:3000/ with your browser to see the result. \ No newline at end of file -- cgit v1.2.3