https://github.com/deadronos/voxel-village-simulator
voxel-village-simulator
https://github.com/deadronos/voxel-village-simulator
Last synced: about 1 month ago
JSON representation
voxel-village-simulator
- Host: GitHub
- URL: https://github.com/deadronos/voxel-village-simulator
- Owner: deadronos
- Created: 2026-05-31T13:32:24.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-31T14:08:50.000Z (about 1 month ago)
- Last Synced: 2026-05-31T15:16:42.924Z (about 1 month ago)
- Language: TypeScript
- Size: 80.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Run and deploy your AI Studio app
This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/83265a86-cc5d-41f7-a7a0-ad7057d1799a
## Run Locally
**Prerequisites:** Node.js
1. Install dependencies:
`npm install`
2. Set the `GEMINI_API_KEY` in [.env.local](.env.local) to your Gemini API key
3. Run the app:
`npm run dev`