Skip to content

crunchmail/jaw

Repository files navigation

Crunchmail portal

Requirements

  • Install Node
    • on OSX install home brew and type brew install node
    • on Windows install chocolatey and type choco install nodejs
  • On OSX you can alleviate the need to run as sudo by following these instructions. I highly recommend this step on OSX
  • Open terminal
  • Type npm install -g gulp

Installing npm dependencies

Open terminal and type :

npm install

Installing bower dependencies

Open terminal and type :

bower install

Running

gulp

All gulp tasks are specify on gulp-tasks folder. Paths declared in gulp tasks are in gulp.config.json file.