No description
![]() * 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 ... |
||
---|---|---|
app | ||
config | ||
public | ||
tests | ||
vendor | ||
.bowerrc | ||
.editorconfig | ||
.ember-cli | ||
.gitignore | ||
.jshintrc | ||
.travis.yml | ||
.watchmanconfig | ||
bower.json | ||
ember-cli-build.js | ||
firebase.json | ||
package.json | ||
README.md | ||
testem.json |
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
ember server
- Visit your app at 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
Specify what it takes to deploy your app.