https://github.com/grycap/oscar-dashboard
OSCAR Dashboard
https://github.com/grycap/oscar-dashboard
Last synced: 8 months ago
JSON representation
OSCAR Dashboard
- Host: GitHub
- URL: https://github.com/grycap/oscar-dashboard
- Owner: grycap
- License: apache-2.0
- Created: 2024-08-26T17:50:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-07T07:21:39.000Z (about 1 year ago)
- Last Synced: 2025-04-07T08:26:51.095Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://dashboard.oscar.grycap.net
- Size: 9 MB
- Stars: 2
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OSCAR-Dashboard - The new UI for OSCAR framework
[](https://www.apache.org/licenses/LICENSE-2.0)
## Introduction
OSCAR-Dashboard is a React-based user interface for the [OSCAR](https://github.com/grycap/oscar) framework. It is intended to be run inside a Kubernetes cluster in order to provide a unified web-based graphical user interface to interact with the [OSCAR Manager](https://o-scar.readthedocs.io/en/latest/intro.html#architecture) and the underlying data-storage back-end (e.g. Minio).
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run dev
```
### Compiles and minifies for production
```
npm run build
```
## Licensing
OSCAR-Dashboard is licensed under the Apache License, Version 2.0. See
[LICENSE](https://github.com/grycap/scar/blob/master/LICENSE) for the full
license text.