From 5cdd72e1e1e23b96d4741c243a3e8a12ba9868ab Mon Sep 17 00:00:00 2001 From: Sanjay Bhangar Date: Wed, 27 Mar 2024 19:48:03 -0700 Subject: [PATCH] add steps to npm install and build to CONTRIBUTING.md --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7ec6e06..a80c407 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -55,7 +55,9 @@ but can be adapted to work with any other local kubernetes setup. export PATH="$(pwd)/node_modules/.bin:${PATH}" ``` -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` + +7. Now, start `jupyterhub` and go to `localhost:8000` to access it! You can login with any username and password. ```bash