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.
- profile page containing REANA access token
- list of personal workflows
- workflow details page containing logs, files, specification
- GitLab integration to load your workflow repositories
The detailed information on how to install and use REANA can be found in docs.reana.io.
$ 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