1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-18 20:59:43 +02:00
documize/app
2016-12-02 18:25:02 -08:00
..
app experimental electron-based desktop app support 2016-12-02 18:25:02 -08:00
config experimental electron-based desktop app support 2016-12-02 18:25:02 -08:00
lib initial commit 2016-07-07 18:54:16 -07:00
mirage Fix auth test to use logout button and tweaks to mirage config 2016-07-19 18:13:03 +02:00
public setup wizard UI tweaks 2016-11-27 15:59:08 -08:00
tests experimental electron-based desktop app support 2016-12-02 18:25:02 -08:00
vendor pin spaces and documents to sidebar 2016-11-21 19:27:18 -08: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
.gitignore initial commit 2016-07-07 18:54:16 -07:00
.jshintignore initial commit 2016-07-07 18:54:16 -07:00
.jshintrc pin spaces and documents to sidebar 2016-11-21 19:27:18 -08:00
.travis.yml initial commit 2016-07-07 18:54:16 -07:00
.watchmanconfig initial commit 2016-07-07 18:54:16 -07:00
bower.json upgrade to EmberJS Glimmer 2.0 engine 2016-12-01 13:57:48 -08:00
electron.js experimental electron-based desktop app support 2016-12-02 18:25:02 -08:00
ember-cli-build.js pin spaces and documents to sidebar 2016-11-21 19:27:18 -08:00
package.json experimental electron-based desktop app support 2016-12-02 18:25:02 -08: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.