- please use nvm to manage your node installations: nvm
- pnpm is the package manager for this project: pnpm
To get the frontend repo up and running, follow these steps:
- Clone this repository to your local machine.
- Run
pnpm install
to install the required dependencies. - Run
pnpm dev
to start the web server.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features.