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 git@github.com:UpstateRuby/openworks-status-page.gitthis repository- change into the new directory
npm installbower 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 testember test --serverwill 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 productiongit checkout gh-pagesrm -rf assets && mv dist/* . && cp index.html 404.htmlgit add .git commit -m "Deploying to gh-pages. \date -u`" && git push`