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 https://github.com/noslouch/clicktocongress-ember
this repositorycd clicktocongress-ember
npm install
bower install
ember serve
- Visit your app at http://localhost:4200.
ember test
ember test --server
ember build
(development)ember build --environment production
(production)
This currently deploys green master branches to a private s3 bucket served from http://www.clicktocongress.com. See the circle file for the exact command.