zmeyer44 / flare

https://flare.pub
Other
5 stars 0 forks source link

Flare

Flare is a nostr video sharing client. Users can post kind 34235 events on Flare or any other compatable nostr client to view, like, zap, or comment on.

Features

Learn More

To learn more about Nostr, take a look at the following resources:

Run Flare Locally

First, install all dependencies:

bun install

Next, start the development server:

bun run dev

Open http://localhost:3000 with your browser to see the result.

Prisma commands

dotenv -e .env.development.local -- npx prisma db push