File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ to review production and historical workflows.
27
27
Features
28
28
========
29
29
30
- - profile page containing REANA access token
31
- - list of personal workflows
32
- - workflow details page containing logs, files, specification
30
+ - Profile page containing REANA access token
31
+ - List of personal workflows
32
+ - Workflow details page containing logs, files, specification
33
33
- GitLab integration to load your workflow repositories
34
34
35
35
Usage
@@ -45,14 +45,14 @@ Development
45
45
46
46
$ git clone https://github.com/reanahub/reana-ui.git
47
47
$ cd reana-ui/reana-ui
48
- $ npm install
49
- $ npm start # make sure REANA_SERVER_URL env var is set
48
+ $ yarn install
49
+ $ yarn start # make sure REANA_SERVER_URL env var is set
50
50
$ firefox localhost:3000
51
51
52
52
Useful links
53
53
============
54
54
55
- - `REANA project home page <http ://www.reana.io/ >`_
55
+ - `REANA project home page <https ://www.reana.io/ >`_
56
56
- `REANA user documentation <https://docs.reana.io >`_
57
57
- `REANA user support forum <https://forum.reana.io >`_
58
58
You can’t perform that action at this time.
0 commit comments