...
In your
scihist_digicoll
sandbox, check out the bookreader branch and make sure your server is running at port 3000.Make sure the indanthren book is available at http://127.0.0.1:3000/works/6lkg923 . If not, fetch it from staging.
Check out the the scihist_tweaks branch of our bookreader repo
run In the bookreader directory:
npm run build && npm run serve
The demo will then be running at http://127.0.0.1:8000.
...