1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-19 05:09:42 +02:00
documize/gui
2019-04-17 17:13:18 +01:00
..
app [WIP] PDF viewer section & per section attachments 2019-04-17 17:13:18 +01:00
config Add animation for ember attacher popup components 2019-03-13 11:42:55 +00:00
mirage EmberJS: FolderID to SpaceID 2018-10-12 17:54:15 +01:00
public [WIP] PDF viewer section & per section attachments 2019-04-17 17:13:18 +01:00
tests WIP EmberJS upgrade 2018-12-08 15:54:10 +00:00
vendor Replaced underscore.js & is.js with lodash.js 2019-03-03 13:10:04 +00:00
.ember-cli moved emberjs to gui folder 2017-07-19 14:48:33 +01:00
.eslintignore Replaced underscore.js & is.js with lodash.js 2019-03-03 13:10:04 +00:00
.eslintrc.js Allow sorting of search results and space contents 2019-03-13 11:40:36 +00:00
.gitignore Upgrade EmberJS to v3.8.0 2019-02-28 17:46:02 +00:00
.template-lintrc.js Allow sorting of search results and space contents 2019-03-13 11:40:36 +00:00
.travis.yml [WIP] Upgrade EmberJS to 3.5.x 2018-12-08 15:35:41 +00:00
.watchmanconfig moved emberjs to gui folder 2017-07-19 14:48:33 +01:00
ember-cli-build.js [WIP] PDF viewer section & per section attachments 2019-04-17 17:13:18 +01:00
package.json [WIP] PDF viewer section & per section attachments 2019-04-17 17:13:18 +01:00
README.md [WIP] Upgrade EmberJS to 3.5.x 2018-12-08 15:35:41 +00:00
testem.js [WIP] Upgrade EmberJS to 3.5.x 2018-12-08 15:35:41 +00:00
yarn.lock [WIP] PDF viewer section & per section attachments 2019-04-17 17:13:18 +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

Linting

  • npm run lint:hbs
  • npm run lint:js
  • npm run lint:js -- --fix

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.