1.7.0 • Published 5 years ago

@ui-autotools/schema-playground v1.7.0

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

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:

  1. 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
  2. Start Schema Playground:

    cd packages/schema-playground
    
    yarn start

A browser should open and load the playground.

Enjoy!