1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-25 08:09:43 +02:00
documize/gui
Harvey Kandola 391c143483 Change RefID field size from 16 to 20 with updated algo
Xid dependency updated.

Moved to 20 length ID values.

Added new revision number to version and meta information. Revision number is timestamp format.
2018-10-04 21:03:47 +01:00
..
app Change RefID field size from 16 to 20 with updated algo 2018-10-04 21:03: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 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 2018-05-23 12:37:21 +01:00
package.json Bump version 2018-10-01 18:23:47 +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 in with Yarn, removed Bower 2018-10-01 13:30: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.