To get started, run the yarn install command.
The local server provides the ability to test changes to the fields while developing the field types, validation types, etc.
yarn run serveThen visit localhost:8888 to view example page.
When writing tests or to have tests be automatically run while making changes use the
dev script.
yarn run dev