Skip to content

hexus/pragma

Repository files navigation

Pragma

Declarative form builder and state processor.

⚠️ This library is in early development.

Documentation will be gradual as the nature of the project solidifies.

Build

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