This project use pnpm as package manager.
Make sure to install the dependencies:
pnpm installStart the development server on http://localhost:3000
pnpm devBuild the application for production:
pnpm buildLocally preview production build:
pnpm previewCheckout the deployment documentation for more information.