forked from trycom/parse-angular-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Arush Sehgal
committed
Oct 17, 2013
1 parent
6f7673e
commit afacc9f
Showing
1 changed file
with
1 addition
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,6 +64,7 @@ Read about all the features [here](http://brandid.github.io/parse-angular-demo/# | |
1. Install bower `npm install -g bower` | ||
1. Clone this repo `git clone [email protected]:brandid/parse-angular-demo.git` | ||
1. Switch out your Parse keys in **ParseServices.js** (see below) | ||
1. Switch out your Facebook App ID in **ParseServices.js** | ||
1. Remove our [GoSquared](www.gosquared.com) tracking snippet from **index.html** | ||
1. `cd parse-angular-demo` | ||
1. `npm install` | ||
|