Skip to content

Commit ca122e2

Browse files
author
Ivan Sinkarenko
committed
Document how to access npm
1 parent e92cf2b commit ca122e2

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,15 @@ versions. There is currently no intelligent cache invalidation for those cases.
5959

6060
## Development
6161

62-
In order to build the ``simple-repository-browser``, first:
62+
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:
6371

6472
```bash
6573
cd javascript

0 commit comments

Comments
 (0)