EPCIS Workbench.
First, clone the repo via git and install dependencies:
git clone --depth 1 --single-branch https://github.com/csailer/epciswb.git your-project-name
cd your-project-name
yarnStart the app in the dev environment. This starts the renderer process in hot-module-replacement mode and starts a webpack dev server that sends hot updates to the renderer process:
yarn devTo package apps for the local platform:
yarn packageSee our docs and guides here
GPLv3 © EPCIS Workbench