JavaScript tool for visualizing json-schemas, includes validator and support for the mdTranslator via the API.
The live application is rendering the mdJson-schemas.
Built using:
This project uses the command line tool grunt
to build the production version. At the moment, the dev parts appear to be a little broken but they have not been tested recently.
In order to build and deploy this application you should use the npm
scripts rather than trying to do anything directly.
As usual, install npm dependencies first, then build the application.
npm install
npm run build
This will build the application into the docs/ directory, ready for production.
Use the npm
script:
npm run deploy
Build docker:
docker build -t mdtools .
docker run --rm -d -p 8043:8043 mdtools