Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 540 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 540 Bytes

Ember Website

The website for the Ember.js project.

Contributing

To get started:

git clone git://github.com/emberjs/website.git
cd website
bundle
bundle exec middleman

Then visit http://localhost:4567/

Examples

The example apps are kept in a separate repository at https://github.com/emberjs/examples. To get the most up-to-date version of them, run rake examples:update from the command line. This step is automatically done when you do a build.