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

https://github.com/grycap/oscar-dashboard

OSCAR Dashboard
https://github.com/grycap/oscar-dashboard

Last synced: 8 months ago
JSON representation

OSCAR Dashboard

Awesome Lists containing this project

README

          

# OSCAR-Dashboard - The new UI for OSCAR framework

[![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](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.