Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 568 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 568 Bytes

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