This is an stoichiometry plugin for eWorkbench Lab Books.
To install this plugin you need have
Node.js (>= 16.0.0) and npm (>= 7.10.0) installed.
Then you can run
npm ciThis will do a clean install for a reproducible build.
First you have to compile the plugin with
npm run buildThe compiled site will be in the dist directory.
To deploy this plugin to the eWorkbench link or move the dist directory into the
frontend at wb-frontend/apps/eworkbench/src/assets/plugins.
Then in the backend admin panel, in the plugin settings set Path where the app-root resides:
to /plugins/[directory name]/index.html
The source code resides in the src directory.
To run the webpack-dev-server run
npm startIt will open a browser tab with the compiled site and reload it when changes to the source are made.
For more information on the interactions of the plugin with the eWorkbench check out the Custom Plugin README in their repo.
There was also a presentation on 2022-03-14 about the plugin at the TUM Department of Chemistry. The handout slides for the presentation with the user manual and technical background can be found here