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
Matthew Dillon d674d07951 Merge branch 'master' into clostridium
* master: (27 commits)
  Temporary fix for quill editor use in strains edit
  Test new species (plus minor cleanup)
  Wrapping up form cleanup
  Quill DDAU
  Fixed up checkbox input
  WIP (checkbox)
  ember-one-way-input
  DeleteModel Mixin
  Using mixins on new species
  ElevatedAccess Mixin
  SaveModel Mixin
  Refactor species edit
  Refactor species/show
  fix format date import
  nvm
  Drop node version
  trying a different phantomjs route
  Rough in species index test
  Tweak mirage config
  ember-cli-mirage
  ...
2015-11-04 20:29:14 -07:00
app Merge branch 'master' into clostridium 2015-11-04 20:29:14 -07:00
config Merge branch 'master' into clostridium 2015-11-04 20:29:14 -07:00
public Global injection 2015-06-11 13:57:29 -08:00
tests Merge branch 'master' into clostridium 2015-11-04 20:29:14 -07: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 ember-cli 0.2.2 2015-03-31 09:06:26 -08:00
.ember-cli Pods, pods, everywhere 2015-06-05 08:35:44 -08:00
.gitignore Adding divshot 2015-01-26 14:06:00 -09:00
.jshintrc ember-cli-mirage 2015-11-02 16:28:57 -07:00
.travis.yml nvm 2015-11-03 07:17:58 -07:00
.watchmanconfig ember-cli 0.2.7 2015-06-11 11:19:27 -08:00
bower.json Merge branch 'master' into clostridium 2015-11-04 20:29:14 -07:00
ember-cli-build.js Add in quill WYSIWYG 2015-07-20 12:17:32 -08:00
firebase.json update merge 2015-10-29 12:09:26 -07:00
package.json Merge branch 'master' into clostridium 2015-11-04 20:29:14 -07:00
README.md init clostridium 2015-06-17 14:47:40 -08:00
testem.json ember-cli 0.2.5 (take 2) 2015-06-05 13:17:43 -08:00

clostridiumdotinfo

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.