An open API service indexing awesome lists of open source software.

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.

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
```