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 devEnvironment Variables
Update .env with your own values as needed:
NEXT_PUBLIC_WEB_URLfor canonical linksDATABASE_URLif you plan to use the blog/DB features- Payment-related keys only if you enable billing flows