Skip to content

Commit

Permalink
add steps to npm install and build to CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
batpad committed Mar 28, 2024
1 parent 5874628 commit 5cdd72e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5cdd72e

Please sign in to comment.