GitHub Avatar

parsehex

My specialty is making unintentionally useless things, mostly software.

Last updated less than a minute ago

View the project

Installation

  1. Be sure Grunt is installed globally (npm install -g grunt)
  2. npm install
  3. npm start or grunt dev to build and start the dev server at localhost:8080
  4. npm run build or grunt to build the project (JavaScript will be minified using UglifyJS)