Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 878 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 878 Bytes

Build Status

FastBoot Website

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.

Contributing

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-website
  • cd fastboot-website
  • npm install
  • bower install
  • ember fastboot --serve-assets
  • Visit the app at http://localhost:3000.

Running Tests

  • ember test

Deploying

Pull requests merged into master are automatically deployed to Heroku via Travis.