Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 575 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 575 Bytes

grange-form

Build Status

grange-form implements the Pastanaga UI theme for ngx-schema-form.

Dev & build

npm install -g mrs-developer
npm install
missdev

To serve locally:

npm start

Update the demo

git checkout gh-pages
npm run build_demo
git commit -am "update demo"
git push origin gh-pages