1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-19 13:19:43 +02:00
documize/gui
2018-11-24 16:13:21 +00:00
..
app [WIP] theme selector 2018-11-24 16:13:21 +00:00
config [WIP] theme selector 2018-11-24 16:13:21 +00:00
mirage EmberJS: FolderID to SpaceID 2018-10-12 17:54:15 +01:00
public Make Sitemap & Robots.txt use new schema 2018-09-20 09:31:06 +01:00
tests Support for document draft-live publication workflows 2018-04-20 14:38:35 +01:00
vendor Upgrade to latest Bootstrap 4.1.3 2018-10-01 13:30:38 +01:00
.editorconfig moved emberjs to gui folder 2017-07-19 14:48:33 +01:00
.ember-cli moved emberjs to gui folder 2017-07-19 14:48:33 +01:00
.eslintignore moved emberjs to gui folder 2017-07-19 14:48:33 +01:00
.eslintrc.js PlantUML integration 2018-02-07 13:44:18 +00:00
.gitignore moved emberjs to gui folder 2017-07-19 14:48:33 +01:00
.travis.yml upgraded Ember and Bootstrap, merged changes 2018-01-22 10:31:03 +00:00
.watchmanconfig moved emberjs to gui folder 2017-07-19 14:48:33 +01:00
ember-cli-build.js [WIP] theme selector 2018-11-24 16:13:21 +00:00
package.json [WIP] theme selector 2018-11-24 16:13:21 +00:00
README.md moved emberjs to gui folder 2017-07-19 14:48:33 +01:00
testem.js Upgrade EmberJS testing 2018-03-23 11:47:59 +00:00
yarn.lock [WIP] theme selector 2018-11-24 16:13:21 +00: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.