This is a Next.js project bootstrapped with create-next-app.
The main production version of the site is at (https://ev-survey.vercel.app), any branches of the site are automatically deployed to https://ev-survey-git-xxx-aabushnell.vercel.app where 'xxx' should be changed to the name of the branch. For instance the branch jim would display at (https://ev-survey-git-jim-aabushnell.vercel.app).
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm devOpen http://localhost:3000 with your browser to see the result.