Skip to content

epik000/HoustonGiveCamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Houston Give Camp 2015 Build Status

##Instruction

Setting up node on Mac OS X

  1. Install Homebrew
  2. Run brew install node to install node via Homebrew

Setting up node on Windows

  1. Install Node from Node Offcial Website

Once node is setup on your machine, open terminal or command prompt under the project folder as administrator

  1. Run npm install -g bower gulp to install bower and gulp
  2. Run npm install and bower install under your repository folder

Note If bower install runs into issue for: 'Bower: ENOGIT git is not installed or not in the PATH', do the following:

  • Open command prompt as admin
  • Type 'PATH' to retrieve the current environment variable path. Store this value for backup.
  • Next, append to the path the Git bin directory and the Git cmd directory.
  • Type 'set PATH=%PATH%;< Git bin path >;< Git cmd path >;
  • Ex: set PATH=%PATH%;C:\Program Files (x86)\Git\bin;C:\Program Files (x86)\Git\cmd;
  • Reopen the command prompt to see the updated changes and to rerun the bower install command.
  1. Run gulp serve to preview and watch for changes
  2. Run gulp to build your webapp for production

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published