Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 455 Bytes

File metadata and controls

23 lines (15 loc) · 455 Bytes

Development

To get started, run the yarn install command.

Example server

The local server provides the ability to test changes to the fields while developing the field types, validation types, etc.

yarn run serve

Then visit localhost:8888 to view example page.

Writing tests

When writing tests or to have tests be automatically run while making changes use the dev script.

yarn run dev