Skip to content

Voog/design-santiago

Repository files navigation

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