Skip to content

Alputer/reana-ui

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 7, 2025
c1cc4ee · Feb 7, 2025
Feb 7, 2025
Feb 7, 2024
Jul 18, 2023
Feb 7, 2025
Aug 6, 2024
Feb 17, 2020
Aug 15, 2019
Aug 6, 2024
Jan 16, 2024
Mar 4, 2024
Sep 18, 2024
Mar 4, 2024
Feb 7, 2024
Feb 7, 2025
Feb 5, 2025
Feb 7, 2024
Aug 6, 2024

Repository files navigation

REANA-UI

image image image image image

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
  • Cluster health status page

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
$ yarn
$ yarn start # make sure REANA_SERVER_URL env var is set
$ firefox localhost:3000

Yarn scripts

  • start: start a development server with live reload
  • build: build a production-ready bundle in the build folder
  • test: run unit tests
  • lint: run linter
  • prettier: check code formatting with prettier
  • fmt: fix formatting problems with prettier
  • ci: run both linter and format checkers, useful before committing changes

Useful links

About

REANA UI frontend

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 88.8%
  • SCSS 9.1%
  • Shell 1.2%
  • Other 0.9%