Skip to content

Commit 0ca1032

Browse files
committed
readme: update dev section to use yarn
- Use `yarn` instead of `npm`, as this is what we use to build the production docker image.
1 parent 5e606f7 commit 0ca1032

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ to review production and historical workflows.
2727
Features
2828
========
2929

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
3333
- GitLab integration to load your workflow repositories
3434

3535
Usage
@@ -45,14 +45,14 @@ Development
4545
4646
$ git clone https://github.com/reanahub/reana-ui.git
4747
$ 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
5050
$ firefox localhost:3000
5151
5252
Useful links
5353
============
5454

55-
- `REANA project home page <http://www.reana.io/>`_
55+
- `REANA project home page <https://www.reana.io/>`_
5656
- `REANA user documentation <https://docs.reana.io>`_
5757
- `REANA user support forum <https://forum.reana.io>`_
5858

0 commit comments

Comments
 (0)