22 lines
498 B
Markdown
22 lines
498 B
Markdown
# Run and deploy your AI Studio app
|
|
|
|
This contains everything you need to run your app locally.
|
|
|
|
## 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`
|
|
|
|
|
|
## New features
|
|
|
|
1. Updated volume sliders styles for Firefox.
|
|
2. Headings and page Title update.
|
|
3. Space toggles Play/ Stop.
|
|
4. While playback is idle, pressing on a cell triggers instrument sound. |