A web REPL that converts YAML to JSON.
Clone repository:
git clone https://github.com/remarkablemark/yaml-json-repl
cd yaml-json-replInstall dependencies:
# with npm
npm install
# with yarn
yarnStart development server:
# with npm
npm start
# with yarn
yarn startCreate production build:
# with npm
npm run build
# with yarn
yarn buildRelease with standard-version:
# with npm
npm run release
# with yarn
yarn releaseDeploy production build to GitHub Pages:
# with npm
npm run deploy
# with yarn
yarn deploy