This is the Ember.js app that powers the FastBoot website, https://ember-fastboot.com.
Most of the content is authored in Markdown and can be found in the markdown directory.
You don't need this repository to use FastBoot. However, if you'd like to contribute documentation or correct errors, you can submit a pull request.
To run the website locally:
git clone https://github.com/ember-fastboot/fastboot-websitecd fastboot-websitenpm installember serve- Visit the app at http://localhost:3000.
ember test
Pull requests merged into master are automatically deployed to Heroku via Travis.