mirror of
https://github.com/daavfx/quantum_bt_daavfx.git
synced 2026-08-07 23:57:44 +00:00
83037a3fdfa969859da6cb84fb7af112b92cfb44
- Added indicatorService.ts with Web Worker pool for background calculations - Added dataService.ts for Rust backend bridge - Added replayService.ts for market replay functionality - Added ReplayControls.tsx component - Added src/types/indicators.ts with 8 indicator definitions - Added Rust replay.rs with async commands - Updated lib.rs with replay state management - Fixed Tauri imports from @tauri-apps/api/tauri to @tauri-apps/api/core - Updated Chart.tsx integration with replay controls
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/drive/1EXtTZjCp4MfDsEaBf9NUT37yaMmgjSpP
Run Locally
Prerequisites: Node.js
- Install dependencies:
npm install - Set the
GEMINI_API_KEYin .env.local to your Gemini API key - Run the app:
npm run dev
Description
Languages
TypeScript
98%
HTML
1%
CSS
0.5%
Rust
0.4%
JavaScript
0.1%