Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 417 Bytes

readme.md

File metadata and controls

21 lines (12 loc) · 417 Bytes

jshint.com

Requirements: Node.js

Local Development

First install its dependencies using the following command:

$ npm install

Next, run the site using:

$ npm start

Deployment

The site is hosted on GitHub Pages. The deployment process requires git and GNU Make

$ make deploy