diff options
author | Shav Kinderlehrer <[email protected]> | 2023-10-14 22:20:56 -0400 |
---|---|---|
committer | Shav Kinderlehrer <[email protected]> | 2023-10-14 22:20:56 -0400 |
commit | e05f78146ef386a81b39d3e05afa145c1e23f679 (patch) | |
tree | 564b0eafee9f3bcc509be9a07595bd0d0fa5182c /README.md | |
parent | 0af209bffc4a32b4ae315fa2103c5194f04b5b7e (diff) | |
download | url-shortener-e05f78146ef386a81b39d3e05afa145c1e23f679.tar.gz url-shortener-e05f78146ef386a81b39d3e05afa145c1e23f679.zip |
Initial commit (via bun create)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
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 |