Skip to content

Commit

Permalink
[upd] Documentation to build s-forms library.
Browse files Browse the repository at this point in the history
  • Loading branch information
blcham committed Jun 14, 2020
1 parent debffc5 commit 9364ec2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# S-Forms
# SForms

Semantic form generator and processor for ontology-based smart forms.

Expand All @@ -13,6 +13,8 @@ Semantic form generator and processor for ontology-based smart forms.

# Development

Building SForms library can be done using `npm run build:lib`.

## Debugging content of a form

Rendering of a form can be easily tested through sample react application provided in `./test` folder. The application can be started by executing npm script through `npm run dev` and then accessing `loaclhost:8888` from a browser. It renders the form provided by the file `./test/rendering/form.json`. See `./test/rendering/TestApp.jsx` for more details.

0 comments on commit 9364ec2

Please sign in to comment.