No description
This repository has been archived on 2025-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2015-03-18 13:49:36 -08:00
app Cleaned up Flakes import & init. 2015-03-18 13:49:36 -08:00
config Setting up mock server (#6) 2015-02-28 12:04:01 -09:00
public Cleaned up Flakes import & init. 2015-03-18 13:49:36 -08:00
server Setting up mock server (#6) 2015-02-28 12:04:01 -09:00
tests Cleaned up Flakes import & init. 2015-03-18 13:49:36 -08:00
vendor Initial Commit from Ember CLI v0.1.5 2015-01-12 13:04:31 -09:00
.bowerrc Initial Commit from Ember CLI v0.1.5 2015-01-12 13:04:31 -09:00
.editorconfig Initial Commit from Ember CLI v0.1.5 2015-01-12 13:04:31 -09:00
.ember-cli Don’t send analytics. 2015-01-12 16:38:41 -09:00
.gitignore Adding divshot 2015-01-26 14:06:00 -09:00
.jshintrc Refs #1: Simple initial take at progress bar. 2015-02-26 20:46:56 -09:00
.travis.yml Initial Commit from Ember CLI v0.1.5 2015-01-12 13:04:31 -09:00
bower.json Upgrade to ember-cli 0.2.0 2015-03-12 16:23:30 -08:00
Brocfile.js Cleaned up Flakes import & init. 2015-03-18 13:49:36 -08:00
config.json boxcars config (github.com/azer/boxcars) for dev 2015-01-12 16:41:04 -09:00
divshot.json Adding divshot 2015-01-26 14:06:00 -09:00
package.json Upgrade to ember-cli 0.2.0 2015-03-12 16:23:30 -08:00
README.md Readme, quick bootstrapping, login, ember-data check 2015-01-15 12:07:19 -09:00
testem.json Upgrade ember-cli 0.1.9 2015-01-27 12:54:20 -09:00

hymenobacterdotinfo

Detailed information to come --- for now see the ember-cli boilerplate below.

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
  • change into the new directory
  • npm install
  • bower 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.