/VolunteerSupport

Project to allow for the administration and searching of Volunteer Projects

Primary LanguageJavaScript

Gulp Seed

Installation

Run the following commands to get this going!

*note: make sure node/npm/gulp are all installed

Clone the repo
$ git clone https://github.com/brad-steward/VolunteerSupport.git
Run the NPM install
$ npm install

**note: recently updated the package.json file to reflect the bower install command so just double check the terminal to see if it did install

Run the Bower install
$ bower install
Now Gulp! This process will just generate the /dev folder with no browsersync
$ gulp
Now Gulp! This process will give you the /dev folder + browsersync
$ gulp dev