Quick Start

Clone ImagePixelator, install dependencies, configure environment variables, and run a local development server.

Local Development

git clone https://github.com/wu1064442747/imagepixelator.git
cd imagepixelator
cp .env.example .env
pnpm install
pnpm dev

Environment Variables

Update .env with your own values as needed:

  • NEXT_PUBLIC_WEB_URL for canonical links
  • DATABASE_URL if you plan to use the blog/DB features
  • Payment-related keys only if you enable billing flows
Quick Start