Skip to content

9bingyin/Gist

Repository files navigation

Gist

A modern RSS reader application built with Next.js.

Getting Started

# Install dependencies
bun install

# Copy environment variables
cp .env.example .env

# Generate Prisma client and initialize database
bunx prisma generate
bunx prisma db push

# Run development server
bun run dev

Build

bun run build
bun run start

License

GPL-2.0

About

A modern RSS reader application built with Next.js.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages