This is a Next.js project bootstrapped with create-next-app.
This project uses pnpm as package manager. You can install it using npm:
npm install -g pnpmFirst, switch to node version as configured in .nvmrc file.
nvm useor
fnm useThen, install the dependencies:
pnpm installThen, 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 font.
- Next.js
- TypeScript
- Tailwind CSS
- ESLint
- Prettier
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.