Geometry generator for creating 2D and 3D math geometry and exporting them as (svg & png) images.
- Add OpenAI API key to .env (see .env.example).
- Install dependencies
pnpm install
. - Start local development server
pnpm dev
.
Your app should now be running on localhost:3000.