/yaml-json-repl

:memo: A web REPL that converts YAML to JSON.

Primary LanguageJavaScriptMIT LicenseMIT

yaml-json-repl

A web REPL that converts YAML to JSON.

Go to REPL.

Installation

Clone repository:

git clone https://github.com/remarkablemark/yaml-json-repl
cd yaml-json-repl

Install dependencies:

# with npm
npm install

# with yarn
yarn

Run

Start development server:

# with npm
npm start

# with yarn
yarn start

Create production build:

# with npm
npm run build

# with yarn
yarn build

Release

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

License

MIT