A simple JSON to HTML form rendering tool.
This repository contains source files for Digiman framework.
Team Pugwash
Add the JS bundle file to your website with the HTML fixture from index.html. Digiman will initialise automatically on page load.
You will need:
- GET endpoint for definition
- GET endpoint for state
- POST endpoint for state
NodeJS between 10.16.3 and 12.6.0 Chrome Headless
Run: npm install && npm start
Test: npm run test:dev
Local environment is ssing webpack dev server to serve the definition and save state of Digiman.
Create bundle: npm run build
Create bundle without styles: npm run build:unstyled
Test: npm test
Start the server: npm run server