Skip to content

VerbalExpressions/verbalExpressions.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

verbalExpressions.github.io

View all our repos in one place http://verbalExpressions.github.io

Development

mkdir verbalexpressions-site
git clone https://github.com/VerbalExpressions/verbalExpressions.github.io.git
cd verbalexpressions-site
npm install
grunt

During development you can use grunt watch to lint/compile on changes.
All the changes should be done in the src folder the rest of the files will be generated by grunt.

Build

To perform a build run

grunt build