Great Gulf Challenge
- run
npm installandbower installto install necessary (untracked) modules. clone the data submodule:git submodule add https://github.com/monadnockMedia/GGC-data.git- install mongodb with homebrew:
brew install mongodb
- You will need the database
- start mongodb in daemon mode
mongod --fork --logpath ./GGC-data/mongo.log --dbpath ./path/to/db - run
grunt serveto view the application - run
grunt serve:debugto view the application in debug mode
- double-click start.command
- while the grunt server is running, style and script changes will automagically be injected and reloaded
/client/app/app.lesswill be recompiled=>/client/app/app.csswhen it is changed, and these main styles will be injected.- any changes to the bootstrap *.less files will recompile boostrap and inject it.