Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 684 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 684 Bytes

The Santiago design template for Voog

Set up the developing environment

To modify this template Node Package Manager (or Node.js) and Grunt must be installed.

To set up the local developing environment, clone this repository and run the following commands:

  • Install Grunt dependencies: npm install
  • Run Grunt tasks: grunt

Watch modifications

  • Start the Grunt watcher task:
    • Example: grunt watch

Sync modifications