ShapeLayer / s.ho9.me

Short URL generator using bun and htmx

Home Page:https://s.ho9.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

s.ho9.me

Site

New s.ho9.me using Bun, Elysia, Turso, and HTMX.

Getting Started

Initialize Database
Add db information to dotfile

.env.local:

DATABASE_URL=""
DATABASE_AUTH_TOKEN=""
bun run db:push
  • In Turso, type below code to create and get db information.
    turso db create [db-name]
    turso db show [db-name]
    turso db tokens create [db-name]

Install dependencies

bun install

run

bun run dev

About

Short URL generator using bun and htmx

https://s.ho9.me

License:MIT License


Languages

Language:TypeScript 89.5%Language:Dockerfile 9.9%Language:CSS 0.6%