CodeTag/codetag-web-institute
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This is a yeoman project using the lessapp generator ## Dependencies have yeoman grunt and bower installed > npm install -g yo grunt-cli bower ## Install install node modules and app components > npm install && bower install ## Commands To run the test application: > grunt server To create the actual page > grunt buildm To deploy the actual page > git subtree push --prefix dist origin gh-pages or > git push origin `git subtree split --prefix dist master`:gh-pages --force this is just to show how to create PR