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.
- Clone this repository to your local machine:
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
- Open http://localhost:3000/preview with your browser to preview the code generated by PageGen AI.
-
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.