First, install the dependencies. We use pnpm as the package manager.
pnpm install
Then, run the development server:
pnpm dev
Open http://localhost:3000 with your browser to see the result.
To learn more about technologies used in this project, 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.
- Tailwind CSS Documentation - learn about Tailwind CSS utilities.