Skip to content

Commit 9edeab8

Browse files
committed
Update README
1 parent 58a254e commit 9edeab8

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
node_modules
22

3+
.idea
4+
35
.env
46
.env.*
57
env.d.ts

README.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,25 @@
1-
To install dependencies:
1+
![Hono](https://media.dev.to/cdn-cgi/image/width=1600,height=900,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fd3itzjfmn2aiwwm1r7iw.jpg)
2+
![Bun](https://img.shields.io/badge/Bun-%23000000.svg?style=for-the-badge&logo=bun&logoColor=white)
3+
![Redis](https://img.shields.io/badge/redis-%23DD0031.svg?style=for-the-badge&logo=redis&logoColor=white)
4+
![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white)
5+
# Hono Notification Gateway
6+
7+
This project is a light webserver built with [Hono](https://hono.dev/top) and uses [Bun](https://bun.sh/docs) as runtime
8+
9+
### Requirements
10+
- Make sure to have Bun installed on your machine
11+
12+
## Installation
13+
14+
Use the package manager [bun](https://bun.sh/docs) to install the project.
15+
216
```sh
317
bun install
418
```
519

620
To run:
721
```sh
8-
bun run dev
22+
bun run --hot src/index.ts
923
```
1024

11-
open http://localhost:3000
25+
Open http://localhost:3001

0 commit comments

Comments
 (0)