Skip to content

fold-team/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

Running with Skaffold (Kubernetes)

Prerequisites:

  • Kubernetes cluster (Minikube, Docker Desktop, Kind, etc.)
  • Skaffold installed

First, create the values configuration:

cp k8s/chart/values.example.yaml k8s/chart/values.yaml

Development Mode

Runs the application in development mode with hot-reloading enabled.

skaffold dev

Production Mode

Builds and runs the optimized production image using the production profile.

skaffold run -p production

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

  • TypeScript 98.2%
  • Other 1.8%