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