Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ab70/remote-connection
https://github.com/ab70/remote-connection
bun honojs
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ab70/remote-connection
- Owner: ab70
- Created: 2024-04-24T06:11:01.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-07-14T03:50:34.000Z (6 months ago)
- Last Synced: 2024-07-14T04:38:14.202Z (6 months ago)
- Topics: bun, honojs
- Language: TypeScript
- Homepage:
- Size: 110 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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