Skip to content

Voog/design-dorpat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

43720df · Feb 20, 2024
Feb 8, 2022
Feb 20, 2024
Nov 29, 2018
Nov 30, 2023
Nov 30, 2023
Nov 30, 2023
Nov 30, 2023
Nov 26, 2018
Nov 21, 2023
Nov 26, 2018
Nov 26, 2018
Mar 8, 2022
Nov 26, 2018
Nov 21, 2023
Nov 21, 2023

Repository files navigation

The Dorpat design template for Voog

Set up the developing environment

To modify this template Node Package Manager (or Node.js), Bower 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
  • Install Bower dependencies: bower install
  • Run Grunt tasks: grunt

To sync the template with your Voog sites, set up the Voog Developer Toolkit

Watch and update modifications

  • To watch (and synchronize) modified files in real time (on the default site) start the Grunt watcher task:
    • Example: grunt watch
    • Notes:
      • Default site is the first site defined in the .voog configuration file.
      • If the .voog file is missing, the watcher will only update the output files on the local computer.
  • To watch specific site start the Grunt watcher with --site parameter value.
    • Example: grunt watch --site=mysite.voog.com
    • Notes:
      • Possible --site values are the site names defined in the .voog configuration file.
      • If the .voog file is missing, the watcher will ignore the --site parameter and updates the output files only on the local computer.