First, make sure you're running the following versions of node
and pnpm
:
node 22.14.0
pnpm 10.7.0
After setting up Node and PNPM, install the dependencies with pnpm
:
pnpm i
Then, run the development server:
pnpm dev
Open http://localhost:3000 with your browser to see the result.