Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 582 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 582 Bytes

The Paris design template for Voog

To modify this template Node.js, Node Package Manager, Grunt and Bower must be installed.

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

  • Install Grunt dependencies: yarn install
  • Install Bower dependencies: bower install
  • Run Grunt tasks: grunt

To watch and update modified files in real time start the Grunt watcher task: grunt watch