We'd love your contributions! Please send us Pull Requests or open issues on github. Also, read the contribution guidelines.
$ git clone [email protected]:vazco/uniforms.git
$ cd uniforms
$ npm install
$ npm run build
$ cd demo
$ npm install
$ npm start
- Edit code in
packages/
. - Run
npm run reset
in the demo.