You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,16 +34,28 @@ If you are a developer, or you want to use the CWL Viewer in a closed environmen
34
34
35
35
## Recommended - Running with Docker
36
36
37
-
This application can be started with [Docker](https://www.docker.com/) and [Docker Compose](https://docs.docker.com/compose/install/).
37
+
This application can be started with [Docker](https://www.docker.com/) and [Docker Compose](https://docs.docker.com/compose/install/) and Docker Compose is the recommended method of running or developing this codebase.
38
38
39
-
To start CWLViewer exposed on port `8080`, run:
39
+
Then run the following commands to clone the project in your local system.
0 commit comments