FORM BUILDER 🚀
https://indec-it.github.io/form-builder
Glossary
- Installation
- Start
- Dependencies
- Components
- Tests
- Contributing
Installation
Set up your environment variables for development:
$ npm install @indec/form-builder
Start
To start storybook you must run the following command:
$ npm run storybook
Dependencies
These are the core dependencies you'll need to get acquainted yourself with:
Components
We use Storybook to build our UI components isolated of the application.
If you want to see our available components, please check it out here: Form Builder
Tests
To run the tests you must run the following command:
$ npm run test
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.