Skip to content

Commit

Permalink
add build/deploy info
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenClontz committed Jun 5, 2022
1 parent 9d8531c commit d9077f5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,19 @@ the dashboard:
python -m ipykernel install --user --name=checkit --display-name "CheckIt Platform"
```

### Build & deploy package

Make sure versions are set as intended! Then...

```
cd dashboard
python update_viewer.py
rm -rf dist/*
python -m build
python -m twine upload dist/*
```


## Demo Bank

To be able to use the dashboard in the demo bank without affecting the Git repo,
Expand Down

0 comments on commit d9077f5

Please sign in to comment.