jagthedrummer / canary-ember

An ember front end to data produced by canary.io
16 stars 3 forks source link

Add README to make life easier for new canary-ember users #4

Closed ryoe closed 10 years ago

ryoe commented 10 years ago

I'd thought I add README to document the initial steps required to get canary-ember running on my local machine.

ryoe commented 10 years ago

In addition to the bower.json change in commit f08e052, I ran into a couple of other issues while getting the app to run locally. Hopefully, these are just a case of me not knowing what I'm doing.

First, I had an issue with bower install resolving Ember. I chose option 1: screen shot 2014-05-24 at 1 34 53 pm

Also, I had to rename vendor/ember/index.js to vendor/ember/ember.js to get things to run. screen shot 2014-05-24 at 2 08 03 pm

After these changes, I was able to run canary-ember locally.

jagthedrummer commented 10 years ago

Thanks for the PR! I'll give this a good pass through later tonight. I had run into the ember.js/index.js thing before too, and I thought I had set up the repo to avoid that problem. I'll have to go back and see what I did. The thing with bower.json is weird. I wonder why it was resolving for me...