Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 529 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 529 Bytes

The Modern Next.js Stack

Getting Started

First, run the development server:

# clone the project
git clone https://github.com/soheilghanbary/nix

# install packages
pnpm install

# copy .env.example
cp .env.example .env

# development
pnpm run dev

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

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

Demo Site

https://nix-pi.vercel.app