Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ab70/remote-connection


https://github.com/ab70/remote-connection

bun honojs

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

To install dependencies:
```sh
bun install
```

To run:
```sh
bun run dev
```

To run drizzle-kit studio:
```
bunx drizzle-kit studio --port 3001 --verbose
```

To generate migration file:
```
bun run db:generate
```

To generate push file:
```
bun run db:push
```

open http://localhost:3000