Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 435 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 435 Bytes

Sudovalley's site

You'll need:

  • Node
  • Bower
  • Grunt

In first time, run:

	node install

It will install all node tasks

In case of fail to bower install, manually executes:

	bower install

It will install all bower components

To generate dist folder, run:

grunt dist

To make grunt watch for changes and make a live reload, execute

	grunt watch