Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 700 Bytes

README.md

File metadata and controls

47 lines (32 loc) · 700 Bytes

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