1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-23 07:09:43 +02:00
documize/app
2017-03-22 12:41:48 +00:00
..
app sidebar form wrapper 2017-03-22 12:41:48 +00:00
config code for dashboard page 2016-11-06 20:11:21 -08:00
lib/intercom ember.js upgrade 2.12, jshint replaced with eslint 2017-03-19 11:37:18 +00:00
mirage ember.js upgrade 2.12, jshint replaced with eslint 2017-03-19 11:37:18 +00:00
public tinymce upgrade 4.5.5 2017-03-21 16:17:14 +00:00
tests ember.js upgrade 2.12, jshint replaced with eslint 2017-03-19 11:37:18 +00:00
vendor Problem: non-english chars in space name not recognized 2017-03-21 13:20:49 +00:00
.bowerrc initial commit 2016-07-07 18:54:16 -07:00
.editorconfig tidy up 2016-10-08 20:04:19 -07:00
.ember-cli initial commit 2016-07-07 18:54:16 -07:00
.eslintignore ember.js upgrade 2.12, jshint replaced with eslint 2017-03-19 11:37:18 +00:00
.eslintrc.js Problem: non-english chars in space name not recognized 2017-03-21 13:20:49 +00:00
.gitignore ember.js upgrade 2.12, jshint replaced with eslint 2017-03-19 11:37:18 +00:00
.travis.yml ember.js upgrade 2.12, jshint replaced with eslint 2017-03-19 11:37:18 +00:00
.watchmanconfig initial commit 2016-07-07 18:54:16 -07:00
bower.json updated to latest Ember.js releases 2017-03-06 19:11:54 +00:00
ember-cli-build.js Problem: non-english chars in space name not recognized 2017-03-21 13:20:49 +00:00
package.json ember.js upgrade 2.12, jshint replaced with eslint 2017-03-19 11:37:18 +00:00
README.md upgraded to latest ember 2016-11-03 10:44:47 -07:00
testem.js initial commit 2016-07-07 18:54:16 -07:00
testem.json initial commit 2016-07-07 18:54:16 -07:00

Documize

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 documize
  • 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.