Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 318 Bytes

File metadata and controls

26 lines (19 loc) · 318 Bytes

www

Minchee Foundation website

original Munter theme from http://www.blacktie.co/2013/10/munter-one-page-theme/

To install and run dev server:

npm install
cd src
bower install
gulp serve

To push in prod:

cd src
gulp build
cd ..
git commit -a -m "your commit message here..."
git push