An experimental platform to generate and view 3D models
- Clone the repository
- Navigate to the project directory:
cd 3D_Playground/playground - Install dependencies:
npm install
- Sign up for a Fal account at https://fal.ai
- Get your API key from the Fal Dashboard
- Create a
.env.localfile in the project root and add your API key:FAL_API_KEY=your_api_key_here
- Start the development server:
npm run dev
- Open http://localhost:3000 in your browser
