Skip to content

Commit 5cdd72e

Browse files
committed
add steps to npm install and build to CONTRIBUTING.md
1 parent 5874628 commit 5cdd72e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ but can be adapted to work with any other local kubernetes setup.
5555
export PATH="$(pwd)/node_modules/.bin:${PATH}"
5656
```
5757

58-
6. Now, start `jupyterhub` and go to `localhost:8000` to access it! You can login with any
58+
6. Install frontend dependencies with `npm install` and build and watch for changes: `npm run webpack:watch`
59+
60+
7. Now, start `jupyterhub` and go to `localhost:8000` to access it! You can login with any
5961
username and password.
6062

6163
```bash

0 commit comments

Comments
 (0)