The Modern Next.js Stack
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.