No description
Find a file
2017-12-02 10:46:24 -07:00
app ENH: Revised collection details (#54) 2017-12-01 11:55:35 -07:00
config ENH: Create collections (#38) 2017-10-01 16:49:43 -07:00
public Initial Commit from Ember CLI v2.6.2 2016-07-11 13:18:18 -07:00
tests ENH: Collection attachments (#51) 2017-12-01 10:58:17 -07:00
vendor Initial Commit from Ember CLI v2.6.2 2016-07-11 13:18:18 -07:00
.bowerrc Initial Commit from Ember CLI v2.6.2 2016-07-11 13:18:18 -07:00
.editorconfig ENH: Update ember (#3) 2017-04-03 06:29:16 -07:00
.ember-cli Initial Commit from Ember CLI v2.6.2 2016-07-11 13:18:18 -07:00
.eslintrc.js MAINT: Upgrade ember to 2.14 (#10) 2017-07-10 05:41:30 -07:00
.gitignore MAINT: Upgrade ember to 2.14 (#10) 2017-07-10 05:41:30 -07:00
.travis.yml BUG: Skip deploy step cleanup (#18) 2017-09-08 06:11:34 -07:00
.watchmanconfig Initial Commit from Ember CLI v2.6.2 2016-07-11 13:18:18 -07:00
bower.json ENH: Setting up esa, base template (#13) 2017-08-30 06:06:31 -07:00
ember-cli-build.js TST: Set up auth unit tests (#14) 2017-09-07 12:47:58 -07:00
firebase.json ENH: Add firebase deploy config (#5) 2017-04-07 13:21:37 +00:00
package.json BUG: Pin ember-changeset versions (#58) 2017-12-02 10:46:24 -07:00
README.md MAINT: Upgrade ember to 2.14 (#10) 2017-07-10 05:41:30 -07:00
testem.js MAINT: Upgrade ember to 2.14 (#10) 2017-07-10 05:41:30 -07:00

ccdb-web

This README outlines the details of collaborating on this Ember application. A short introduction of this app could easily go here.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd ccdb-web
  • npm install

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

Specify what it takes to deploy your app.