Next.js and Vercel example app
Deploy our example project with Vercel
You can one-click deploy our example project on Vercel:
You'll be guided through installing the Hypertune Vercel integration and setting up the required environment variables.
Once deployed, you can develop your project locally:
Clone your project's repository and
cd
into itRun
vercel link
to link to the Vercel projectRun
vercel env pull .env.development.local
to pull your environment variablesRun
pnpm i
Run
pnpm run dev
Last updated