Interactive AI-assisted drawing app built with Next.js, React, and magic-crayon.
npm run dev- start local development servernpm run build- build production bundlenpm run start- run production servernpm run lint- run ESLintnpm run check-types- run TypeScript type checknpm run prettier- format the repo
- Install dependencies:
npm install- Start development server:
npm run dev