1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-19 05:09:42 +02:00
documize/gui
2018-09-20 12:47:47 +01:00
..
app More SQL changes in line with new schema 2018-09-20 12:47:47 +01:00
config Cross-browser support for JS strings startWith 2018-06-29 15:53:38 +01:00
mirage upgraded Ember and Bootstrap, merged changes 2018-01-22 10:31:03 +00: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 Streamline document meta view and editing experience 2018-06-15 14:25:05 +01:00
.bowerrc moved emberjs to gui folder 2017-07-19 14:48:33 +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
bower.json moved emberjs to gui folder 2017-07-19 14:48:33 +01:00
ember-cli-build.js WIP 2018-05-23 12:37:21 +01:00
package-lock.json Bump version 2018-06-21 12:38:26 +01:00
package.json Bump version 2018-09-04 17:44:40 +01: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 All new space permission managament 2018-06-27 18:56:03 +01: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.