Skip to content

arjansingh/fastboot-website

 
 

Repository files navigation

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 server
  • Visit the app at http://localhost:4200.

Running Tests

  • ember test

Deploying

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 41.2%
  • CSS 31.3%
  • HTML 27.5%