This repo uses the Kui project to generate a static single page web app.
After cloning, start the watcher:
npm run watchthen visit http://localhost:9080. We use
Playwright for tests. Run the
tests via npm test.
If you want to build the bundles manually, use npm run build, and
look in dist/webpack for the index.html, etc.
You can customize your web app in the following ways:
-
Custom list of guidebooks: guidebook config; you can also specify which of these should be displayed onload via autoplay config. Drop any new guidebooks in
plugins/plugin-client-offline/config.d/notebooks/, and they will automatically be available on the filepath e.g./kui/client/foo.mdfor a filefoo.mdthat you dropped into thenotebooks/directory. Use this filepath in theautoplay.jsonandnotebooks.jsonconfig files. -
Custom name: name config
-
Custom icon: icon files and icon config
-
Custom bottom stripe widgets: modify the React client code. In particular, look for the
ContextWidgetsandMeterWidgetsbits. Here are some example bottom stripe widgets:Beware that the latter two may make less sense (in their current form) in an offline static-single-page web application. Hopefully they can provide at least some inspiration.
-
Custom info to be displayed when pasting your URL in Slack, Twitter, etc. OpenGraph config.