This is a clone app of GOOGLE forms and the site is live at placeform
First, install packages:
npm i
Second, run the development server:
npm run dev
Third, copy .env.example into .env
cp .env.example .env
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.