This repository holds the code for the JavaScript application that will run on
mcac.church. It is meant to communicate with a Rails server that mounts
Basechurch @ /api/.
You will need the following things properly installed on your computer.
If you need help installing these prerequisites on Ubuntu, see the Getting Started guide.
git clone [email protected]:openmcac/mcac-jsthis repository- change into the new directory
npm installbower installnpm install -g ember-clinpm install -g phantomjs
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 --server
ember build(development)ember build --environment production(production)
TODO