Skip to content

openmcac/mcac-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCAC

Build Status Code Climate

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/.

Prerequisites

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.

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

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