This README outlines the details of collaborating on this Ember application. A short introduction of this app could easily go here.
You will need the following things properly installed on your computer.
git clone [email protected]:UpstateRuby/openworks-status-page.git
this repository- change into the new directory
npm install
bower install
ember server
- Visit your app at http://localhost:4200.
Make use of the many generators for code, try ember help generate
for more details
ember test
ember test --server
will watch for file changes and rerun the test suite.
ember build
(development)ember build --environment production
(production)
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`