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