1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-19 05:09:42 +02:00
documize/gui
McMatts a211ba051a Per space label, icon, description
Labels introduce visual grouping and filtering of spaces.
2019-01-04 16:33:30 +00:00
..
app Per space label, icon, description 2019-01-04 16:33:30 +00:00
config Componentize UI elements: buttons, toolbars 2018-12-10 18:22:11 +00:00
mirage EmberJS: FolderID to SpaceID 2018-10-12 17:54:15 +01:00
public Per space label, icon, description 2019-01-04 16:33:30 +00:00
tests WIP EmberJS upgrade 2018-12-08 15:54:10 +00:00
vendor Remove excess JS libs 2018-12-06 14:40:35 +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 Per space label, icon, description 2019-01-04 16:33:30 +00:00
package.json Per space label, icon, description 2019-01-04 16:33:30 +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 [WIP] Upgrade EmberJS: add-on upgrades 2018-12-08 19:06:43 +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.