https://github.com/openmcac/mcac-js
The website of the Montreal Chinese Alliance Church.
https://github.com/openmcac/mcac-js
church ember posts sermons
Last synced: about 2 months ago
JSON representation
The website of the Montreal Chinese Alliance Church.
- Host: GitHub
- URL: https://github.com/openmcac/mcac-js
- Owner: openmcac
- Created: 2014-12-23T05:27:08.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-02-27T02:21:51.000Z (almost 8 years ago)
- Last Synced: 2023-02-26T18:36:03.283Z (almost 3 years ago)
- Topics: church, ember, posts, sermons
- Language: JavaScript
- Homepage: https://mcac.church
- Size: 2.79 MB
- Stars: 1
- Watchers: 6
- Forks: 2
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MCAC
[](https://travis-ci.org/openmcac/mcac-js)
[](https://codeclimate.com/github/openmcac/mcac-js)
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][b] @ `/api/`.
[b]: http://github.com/openmcac/basechurch
## Prerequisites
You will need the following things properly installed on your computer.
* [Git](http://git-scm.com/)
* [Node.js](http://nodejs.org/) (with NPM) and [Bower](http://bower.io/)
*If you need help installing these prerequisites on Ubuntu, see the
[Getting Started][gs] guide.*
[gs]: GETTING_STARTED-UBUNTU.md
## Installation
* `git clone git@github.com:openmcac/mcac-js` this repository
* change into the new directory
* `npm install`
* `bower install`
* `npm install -g ember-cli`
* `npm install -g phantomjs`
## Running / Development
* `ember server`
* Visit your app at [http://localhost:4200](http://localhost:4200).
### Code Generators
Make use of the many generators for code, try `ember help generate` for more details
### Running Tests
* `ember test`
* `ember test --server`
### Building
* `ember build` (development)
* `ember build --environment production` (production)
### Deploying
TODO
## Further Reading / Useful Links
* [ember.js](http://emberjs.com/)
* [ember-cli](http://www.ember-cli.com/)
* Development Browser Extensions
* [ember inspector for chrome](https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi)
* [ember inspector for firefox](https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/)