Skip to content

vteacher-online/nrstate-demo

Repository files navigation

NRSTATE DEMO

Running Locally

Next.js App Router Playground

1. Install dependencies:

pnpm install

2. DB Setup:

Setup without DB (optional)

  • .env.local
NEXT_PUBLIC_POSTGRES="false"

3. Start the dev server:

pnpm dev

Then, http://localhost:3000