Mac/Linux
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
Windows
Open PowerShell as Administrator and run the following command:
Invoke-WebRequest -Uri https://github.com/coreybutler/nvm-windows/releases/download/1.2.2/nvm-setup.exe -OutFile install.sh
Start-Process powershell -ArgumentList "-NoProfile -ExecutionPolicy Bypass -File install.sh" -Wait
After installing nvm, restart your terminal and run the following command to install Node.js:
nvm install
This project uses pnpm, a fast, disk-space efficient package manager. To install pnpm, run the following command:
corepack enable
-
Install dependencies:
pnpm install -
Start the development server:
pnpm start
- React
- Next.js
- Tailwind CSS
- TypeScript
- ESLint
- pnpm
/src- Source code/public- Static assets