Skip to content

Commit

Permalink
Add missing npm install step
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski authored Aug 1, 2024
1 parent 43547b0 commit 9a49ff6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ conda install -c conda-forge jhub-apps
conda env create -f environment-dev.yml
conda activate jhub-apps-dev
pip install -e .
cd ui
npm install
```

## Starting JupyterHub
Expand Down

0 comments on commit 9a49ff6

Please sign in to comment.