/pagegen

PageGen AI的Nextjs、React、Shadcn UI启动器

Primary LanguageTypeScriptMIT LicenseMIT

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.