Install dependencies
pnpm install
Run the development server:
pnpm dev
Open http://localhost:3000 with your browser to see the result.
Run the production build
pnpm build
Run the production (local) server:
pnpm start
Open http://localhost:3000 with your browser to see the result.