View all our repos in one place http://verbalExpressions.github.io
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.
To perform a build run
grunt build