This is the Ember CLI app powering http://railsdiff.org, this app gets its data from an API. If you are wanting to make UI changes then you are in the right place; if on the other hand, you want to make changes to its data, head over to the API repository instead.
You will need the following things properly installed on your computer.
git clone https://github.com/railsdiff/railsdiff.gitthis repositorycd rails-diffnpm install
ember serve- Visit your app at http://localhost:4200.
Make use of the many generators for code, try ember help generate for more details
ember testember test --server
ember build(development)ember build --environment production(production)