gen-dashboard / README.md
kyLELEng's picture
Deploy Gen Dashboard private Space
05de8c5 verified
|
Raw
History Blame Contribute Delete
644 Bytes
---
title: Gen Dashboard
sdk: docker
app_port: 7860
pinned: false
---
# Gen Dashboard Page
本地网页版本的 `Gen Dashboard.xlsx`
## Run
```bash
npm start
```
Open:
```text
http://127.0.0.1:4173
```
The server refreshes data once per New York market date and caches the result in `data/dashboard-cache.json`. The page also checks the server once per hour while it is open. Use the Refresh button to force a refresh.
## Update the Excel Seed Data
If the workbook layout or holdings change, regenerate the seed data:
```bash
npm run seed
```
The page uses the Excel seed data as a fallback when live market data is unavailable.