Skip to content
/ pagegen Public template

The Nextjs, React, Shadcn UI starter for PageGen AI

License

Notifications You must be signed in to change notification settings

memfreeme/pagegen

Repository files navigation

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.

Local Development and Preview

  1. Clone this repository to your local machine:
git clone https://github.com/memfreeme/pagegen
  1. Copy the code generated by PageGen AI to the /app/privew/page.tsx file.

  2. run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
  1. Open http://localhost:3000/preview with your browser to preview the code generated by PageGen AI.

Deploy on Vercel

  1. Deploy with Vercel

  2. 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)

  3. Git push to deploy the code generated by PageGen AI.

Releases

No releases published

Packages

No packages published