Declarative form builder and state processor.
⚠️ This library is in early development.
Documentation will be gradual as the nature of the project solidifies.
Install development dependencies:
$ npm i
Build the Pragma runtime, example project and Stencil components:
$ npm run build
Build and watch for changes:
$ npm run watch