Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shapelayer/s.ho9.me
Short URL generator using bun and htmx
https://github.com/shapelayer/s.ho9.me
bun elysiajs htmx turso
Last synced: about 15 hours ago
JSON representation
Short URL generator using bun and htmx
- Host: GitHub
- URL: https://github.com/shapelayer/s.ho9.me
- Owner: ShapeLayer
- License: mit
- Created: 2023-09-17T08:44:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-17T14:48:04.000Z (5 months ago)
- Last Synced: 2024-06-17T16:33:28.496Z (5 months ago)
- Topics: bun, elysiajs, htmx, turso
- Language: TypeScript
- Homepage: https://s.ho9.me
- Size: 74.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# s.ho9.me
[Site](https://s.ho9.me)
New s.ho9.me using [Bun](https://bun.sh/), [Elysia](https://elysiajs.com/), [Turso](https://turso.tech/), and [HTMX](https://htmx.org/).
## Getting Started
**Initialize Database**
Add db information to dotfile_`.env.local`_:
```
DATABASE_URL=""
DATABASE_AUTH_TOKEN=""
``````sh
bun run db:push
```* In Turso, type below code to create and get db information.
```sh
turso db create [db-name]
turso db show [db-name]
turso db tokens create [db-name]
```**Install dependencies**
```sh
bun install
```**run**
```sh
bun run dev
```