This is the code template repository of PageGen AI. You can use this repository to quickly preview and deploy the code generated by PageGen AI.
git clone https://github.com/memfreeme/pagegen
Copy the code generated by PageGen AI to the /app/privew/page.tsx
file.
run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Copy the code generated by PageGen AI to the /app/privew/page.tsx
file. (You could directly edit the code in your forked repository on GitHub)
Git push to deploy the code generated by PageGen AI.