Skip to content

Commit

Permalink
Add some basic instructions for getting the site running locally
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehul Kar committed Nov 15, 2013
1 parent f54219d commit 0e2ee09
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,12 @@ This is the http://ember-components.com website repository.
![Ember Components](/public/assets/site_screen_shot.png)

The site is built using Ember.js and more tools which will be listed here at some point in the future.


## Running Locally

- `npm install`
- `npm install -g bower`
- `bower install`
- `grunt server`
- Navigate to `localhost:8000`

0 comments on commit 0e2ee09

Please sign in to comment.