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 5874628 commit 5cdd72eCopy full SHA for 5cdd72e
CONTRIBUTING.md
@@ -55,7 +55,9 @@ but can be adapted to work with any other local kubernetes setup.
55
export PATH="$(pwd)/node_modules/.bin:${PATH}"
56
```
57
58
-6. Now, start `jupyterhub` and go to `localhost:8000` to access it! You can login with any
+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
61
username and password.
62
63
```bash
0 commit comments