/sd-test

Primary LanguageJavaScript

Sleighdogs Test

Initial setup

$ npm install

Note: Requires Python >= v.2.5.0 & < 3.0.0 (due to the use of gyp in creating responsive images).

Development build

$ npm run dev

or

$ npm run dev:watch

This will generate an unminified index.html file in /dev.

Production build

$ npm run build

This will generate a minified index.html file in /dist.

To run dev server

$ npm start

Point browser to http://localhost:8080

To deploy to Github Pages

$ npm run deploy