Skip to content

Commit

Permalink
readme: enrich with yarn scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mvidalgarcia committed Jan 28, 2022
1 parent 8e866f9 commit 58341cc
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Features
- List of personal workflows
- Workflow details page containing logs, files, specification
- GitLab integration to load your workflow repositories
- Cluster health status page

Usage
=====
Expand All @@ -45,10 +46,21 @@ Development
$ git clone https://github.com/reanahub/reana-ui.git
$ cd reana-ui/reana-ui
$ yarn install
$ 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
============

Expand Down

0 comments on commit 58341cc

Please sign in to comment.