Skip to content

jessepinho/jsonpointer.com

Repository files navigation

JSONPointer.com

A tester for JSON pointers.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone git@github.com:jessepinho/jsonpointer.com.git
  • change into the new directory
  • npm install
  • bower install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

JSONPointer.com uses ember-cli-github-pages for deployment to GitHub Pages. Deploy by running ember github-pages:commit && git push from the master branch.

Further Reading / Useful Links