Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 433 Bytes

File metadata and controls

32 lines (22 loc) · 433 Bytes

snapinauth.github.io

This is the SnapIn public facing website.

Development Instructions

Grunt handles source compilation/minification/etc and can launch a static web server for local testing.

Setup

$ npm install

Making Changes

Compile SASS files

$ grunt sass

Watch for changes and compile automatically.

$ grunt watch

Running the server locally

$ grunt serve