Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 357 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 357 Bytes

Math Geometry Generator

Geometry generator for creating 2D and 3D math geometry and exporting them as (svg & png) images.

Running Locally

  1. Add OpenAI API key to .env (see .env.example).
  2. Install dependencies pnpm install.
  3. Start local development server pnpm dev.

Your app should now be running on localhost:3000.