An open API service indexing awesome lists of open source software.

https://github.com/guillotinaweb/grange-form


https://github.com/guillotinaweb/grange-form

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# grange-form

[![Build Status](https://github.com/guillotinaweb/grange-form/workflows/CI/badge.svg)](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
```