forked from artpolikarpov/fotorama
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
csnate edited this page Oct 7, 2014
·
3 revisions
#Welcome to the CoStar fotorama wiki!
The instructions are pretty much the same as the README, but with 2 additional steps due to our SSL certs being unsigned:
- Test that Grunt’s CLI is installed by running
grunt --version
. If the command isn’t found, runnpm install -g grunt-cli
. - Fork and clone the repo.
- Run
npm set strict-ssl false
. - Run
npm install
to install all dependencies (including Grunt). - Run
npm set strict-ssl true
. - Run
grunt
to grunt this project. Alternately, rungrunt build
to bypass the tests.
All new development should be from a new branch that is branched from dev (not be be confused with develop). A pull request should then be initiated to merge your branch into dev. The master branch should not be touched in any way as this branch needs to be kept in sync with the forked fotorama repo. When updates to this repo occur, we will pull down the changes to our master and then merge into our dev branch.