Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 547 Bytes

schema-explorer.md

File metadata and controls

23 lines (17 loc) · 547 Bytes

Running a simple schema explorer

The docker-compose.yml file deploys the Vyne UI and a simple file server that publishes files from the local filesystem.

A watcher runs to recompile and republish the files whenever they change.

To run an environment which makes exploring schemas simple, do the following.

  • mkdir schemas
  • copy the schemas you want to explore there
  • docker-compose up
  • wait a bit
  • visit http://localhost:9022

Note, this also works with symlinked folders:

ln -s /some/path/to/schemas ./schemas