Skip to content

Sudovalley/sudovalley.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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