Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 681 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 681 Bytes

Ember-CLI's official website

Install Jekyll and a special gem provided by GitHub:

gem install bundler
bundle install

Open the directory which contains the repo and run Jekyll:

jekyll serve --watch

You can now view the result at http://localhost:4000.

Windows Users, read on

If you want to help with the development of this site and you're using Windows, please read this guide about how to run Jekyll on your OS.