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/
Requirements
If the bundle
command fails to run, you may need to upgrade your Ruby version. The Ember.js website build requires 1.9.3 or newer (2.0.0 recommended). You can use RVM to install it:
curl -L https://get.rvm.io | bash -s stable
rvm install 2.0.0
rvm use 2.0.0