Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 257 Bytes

DEVELOPMENT.md

File metadata and controls

30 lines (20 loc) · 257 Bytes

Development

Initialization

$ npm i

Make sure that global gulp exists.

Build

$ npm run build

Development

Run this to watch local changes.

$ npm run watch

Publish to gh-pages

$ . ./update-gh-pages