A template for building Next.js applications.
- Node.js
- Using nvm is recommended:
nvm install
- Alternatively, with brew:
brew install node
- Using nvm is recommended:
- pnpm
npm install -g pnpm@latest
-
Install dependencies:
pnpm install
-
Copy
.env.template
to.env.local
and fill in the required values.cp .env.template .env.local
To run the development server:
pnpm dev
Then open http://localhost:3000 in your browser of choice.