Skip to content

dylanbathurst/reuser

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

> bun install
> cp .env.example .env

Change DATABASE_URL to your postgres url

> bunx prisma generate
> bunx prisma migrate dev
> bun run dev

Production build

> bun run build
> bun start

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

About

Staging environment test accounts for dev teams

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages