We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e92cf2b commit ca122e2Copy full SHA for ca122e2
README.md
@@ -59,7 +59,15 @@ versions. There is currently no intelligent cache invalidation for those cases.
59
60
## Development
61
62
-In order to build the ``simple-repository-browser``, first:
+In order to build the ``simple-repository-browser`` you will need access to npm. If not available on the development host,
63
+you can do it in a docker container first:
64
+
65
+```bash
66
+docker run --rm -v $PWD:/workdir -it node bash
67
+cd /workdir
68
+```
69
70
+Bundle the web app:
71
72
```bash
73
cd javascript
0 commit comments