https://github.com/guillotinaweb/grange-form
https://github.com/guillotinaweb/grange-form
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/guillotinaweb/grange-form
- Owner: guillotinaweb
- Created: 2018-09-23T15:38:05.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T02:29:28.000Z (almost 3 years ago)
- Last Synced: 2025-04-19T19:26:08.400Z (6 months ago)
- Language: TypeScript
- Size: 3.25 MB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# grange-form
[](https://github.com/guillotinaweb/grange-form/actions?query=workflow%3ACI)
grange-form implements the [Pastanaga UI](https://github.com/plone/pastanaga-angular) theme for [ngx-schema-form](https://github.com/guillotinaweb/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
```