# cerebral-module-forms
Form module for Cerebral

### How to use
Go to [http://www.cerebraljs.com/documentation/cerebral-module-forms](http://www.cerebraljs.com/documentation/cerebral-module-forms)

### Contribute
1. Clone repo
2. `npm install`
3. `npm test` to run tests

### Try the demo
1. `cd demo`
2. `npm install`
3. `npm start`
4. Go to `localhost:3000`
