Skip to content

Voog/design-faro

Repository files navigation

The Faro design template for Voog

Set up the development environment

To modify this template, Node Package Manager (or NodeJS) must be installed.

To set up local development environment, clone this repository and install dependencies:

npm install

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

Development

To build and minify CSS and JS files, run npm run prod

To watch for changes and build and minify CSS and JS files while developing, run npm run dev

To also sync files with your Voog site (requires Voog Developer Toolkit and a configuration file set up), run npm run dev:kit

All commands described above will also minify images and other assets.