This is a Next.js application.
Required toolchain:
- Node.js
22.22.1 pnpm10.23.0
Use one of the repo pins before installing dependencies:
nvm use
# or
asdf install
# or
mise installThen install dependencies and run the development server:
pnpm install
pnpm devLocal development enforces the exact Node.js version above through .nvmrc, .node-version, .tool-versions, Volta metadata, and scripts/check-node-version.mjs.
package.json#engines.node intentionally uses 22.x instead of an exact patch so Vercel and other hosted builders can use the latest supported Node 22 runtime. For Vercel deployments, make sure the project Node.js version is set to 22.x. The repo still pins local development to 22.22.1 so installs, CI, and production builds stay aligned with a known-good toolchain.
Open http://localhost:3003 with your browser to see the result.
You can start editing the page by modifying files under src.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.