@ui-autotools/schema-playground
v1.7.0
Published
**Schema Playground** is a developer tool that simplifies creating new auto-generated views from source files
Downloads
6
Keywords
Readme
Schema Playground
Schema Playground is a developer tool that simplifies creating new auto-generated views from source files
The "schema extraction" process, which transforms source typescript files to JSON schema, is handled by the schema-extract project
How to run
Currently Schema Playground is run locally by following these steps:
- Clone, install and build ui-autotools mono-repo project:
git clone [email protected]:wix-incubator/ui-autotools.git cd ui-autotools yarn yarn build
- Start Schema Playground:
cd packages/schema-playground yarn start
A browser should open and load the playground.
Enjoy!