marcdiazsan / reana-ui

REANA UI frontend

Home Page:http://reana-ui.rtfd.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

REANA-UI

https://readthedocs.org/projects/reana-ui/badge/?version=latest

About

REANA-UI is a component of the REANA reusable and reproducible research data analysis platform. REANA-UI provides a web interface to review production and historical workflows.

Features

  • profile page containing REANA access token
  • list of personal workflows
  • workflow details page containing logs, files, specification
  • GitLab integration to load your workflow repositories

Usage

The detailed information on how to install and use REANA can be found in docs.reana.io.

Development

$ git clone https://github.com/reanahub/reana-ui.git
$ cd reana-ui/reana-ui
$ npm install
$ npm start # make sure REANA_SERVER_URL env var is set
$ firefox localhost:3000

Useful links

About

REANA UI frontend

http://reana-ui.rtfd.io

License:MIT License


Languages

Language:JavaScript 88.5%Language:SCSS 9.8%Language:Shell 0.9%Language:HTML 0.6%Language:Dockerfile 0.2%