- Node
- nvm - recommended to install and manage node versions. See .nvmrc for current node version.
- pnpm - node package manager
nvm usepnpm installThis is a Next.js project bootstrapped with create-next-app.
First, run the development server:
pnpm devOpen http://localhost:3000 with your browser to see the result.
This project uses next/font to automatically optimize and load Inter, a custom Google Font.
If pnpm complains that the installed pnpm version does not match the package-lock version, run:
corepack install pnpm@*This package includes .vscode directives for installing extentions that will apply linting rules automatically. Alternately, you can run them manually:
pnpm eslint . --fix
pnpm prettier . --write