Skip to content

ShapeLayer/s.ho9.me

Repository files navigation

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