See Website.
You should have Node ^20 on your machine.
Make sure to install the dependencies:
pnpm install
Start the development server on http://localhost:3000
:
pnpm dev
Build the application for production:
pnpm generate
Locally preview production build:
pnpm preview