https://github.com/alpenlabs/strata-dashboards
In this repo any dashboards needed for public or internal usecase will be developed.
https://github.com/alpenlabs/strata-dashboards
Last synced: 3 months ago
JSON representation
In this repo any dashboards needed for public or internal usecase will be developed.
- Host: GitHub
- URL: https://github.com/alpenlabs/strata-dashboards
- Owner: alpenlabs
- Created: 2025-01-28T05:43:26.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-03-09T15:10:56.000Z (3 months ago)
- Last Synced: 2025-03-09T16:22:50.416Z (3 months ago)
- Language: Rust
- Size: 376 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# strata-dashboards
## Run backend
```bash
cd backend
cargo run
```## Run frontend
```bash
cd frontend
npm install
npm run start
```