Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 732 Bytes

README.md

File metadata and controls

33 lines (18 loc) · 732 Bytes

Build Status

elm-tlv2

Installation

Make sure the following are installed:

  • NodeJs (and npm)
  • Elm (e.g. npm install -g [email protected])
  • Compass (for SASS) (gem update --system && gem install compass)

Usage

  1. Serve locally, and watch file changes:

gulp

  1. Prepare file for publishing (e.g. minify, and rev file names):

gulp publish

  1. Deploy to GitHub's pages (gh-pages branch of your repository):

gulp deploy

Unit Tests

In order to view the tests on the browser Start elm reactor (elm-reactor) and navigate to http://0.0.0.0:8000/src/elm/TestRunner.elm

License

MIT