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 git@github.com: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!