You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CableWeaver is static html, so you can simply download CableWeaver and put it in a web-accessible folder.
If you want to use this locally, you could try and browse to index.html on the file system, but some browsers don't allow loading json from the hard disk, and you might get stuck with the blue "loading" strip.
The way around this is to open a server on your local machine: if you have python3, it's as simple as typing: python3 -m http.server inside your CableWeaver project, and browsing to http://localhost:8000/index.html. There are many other ways to do this, of course, but this is a neat trick :)