1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-19 13:19:43 +02:00
documize/gui
2019-02-21 10:56:15 +00:00
..
app Stop search view from messing iwht browser history 2019-02-10 16:46:09 +00:00
config Implement simpler solution for dynamic theme loading 2019-01-07 19:26:08 +00:00
mirage EmberJS: FolderID to SpaceID 2018-10-12 17:54:15 +01:00
public Syntax highlight code snippets added via TinyMCE 2019-01-09 11:02:59 +00:00
tests WIP EmberJS upgrade 2018-12-08 15:54:10 +00:00
vendor Syntax highlight code snippets added via TinyMCE 2019-01-09 11:02:59 +00: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 [WIP] Upgrade EmberJS: add-on upgrades 2018-12-08 19:06:43 +00:00
.eslintrc.js WIP EmberJS upgrade 2018-12-08 15:57:58 +00:00
.gitignore WIP EmberJS upgrade 2018-12-08 15:57:58 +00:00
.template-lintrc.js [WIP] Upgrade EmberJS -- lint pass! 2018-12-08 20:54:19 +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 Update CodeMirror dep to v5.42.2 2019-01-08 14:48:23 +00:00
package.json Fix issue with backup/restore of space labels 2019-02-21 10:56:15 +00: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 Update to latest EmberJS v3.7.x 2019-01-24 15:28:14 +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

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.