A Noctua Workbench to allow entry and viewing of models in a tabular format.
This creates the required workbench files in workbenches/simple-annoton-editor/
that will be loaded by Noctua when the workbench is invoked.
npm install
npm run build
Edit Noctua's local startup.yaml
file to add TableView's workbenches
directory, and restart Noctua. For example, here is a fragment of a startup.yaml
that has been configured:
WORKBENCHES:
comment: The location of workbench directories to add to the configuration.
type: list
value:
- 'workbenches'
- '../simple-annoton-editor/workbenches'
During development, while editing TableView code, you can use the following command to watch your source files and rebuild quickly as you change them.
npm run dev