Skip to content

paulsullivanjr/openworks-status-page

 
 

Repository files navigation

Build Status

Openworks-status-page

This README outlines the details of collaborating on this Ember application. A short introduction of this app could easily go here.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone git@github.com:UpstateRuby/openworks-status-page.git this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server will watch for file changes and rerun the test suite.

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

The app is deployed by building for production and committing the changes to the gh-pages branch. Be sure to fetch and pull master first!

  • ember build --environment production
  • git checkout gh-pages
  • rm -rf assets && mv dist/* . && cp index.html 404.html
  • git add .
  • git commit -m "Deploying to gh-pages. \date -u`" && git push`

Further Reading / Useful Links

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.6%
  • HTML 16.9%
  • CSS 3.5%