https://github.com/codebytemirza/xauusd_agent_ui
agent ui xauusd
https://github.com/codebytemirza/xauusd_agent_ui
Last synced: about 1 month ago
JSON representation
agent ui xauusd
- Host: GitHub
- URL: https://github.com/codebytemirza/xauusd_agent_ui
- Owner: codebytemirza
- Created: 2026-05-10T00:16:15.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-10T00:30:38.000Z (2 months ago)
- Last Synced: 2026-05-10T02:34:34.815Z (2 months ago)
- Language: TypeScript
- Size: 84 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/272e80af-4ef6-4eae-9bbf-8dcc82ca88cd
## 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`