Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 346 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 346 Bytes

Stellar

Stellar is an AT Protocol web client with emoji reactions.

stellar

Develop

Write the required environment variables.

DATABASE_URL=
SESSION_SECRET=
PRIVATE_KEY_ES256_B64=

Run the app.

bunx prisma db push

bun install

bun run dev

After that, open http://localhost:5173 in your browser.