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 e438542cab Upgrade ember-ajax to v4.0.1
Was v3.1.0
2019-02-28 17:47:12 +00:00
..
app Upgrade EmberJS to v3.8.0 2019-02-28 17:46:02 +00:00
config
mirage
public Show doc links on setup screen 2019-02-27 14:50:42 +00:00
tests
vendor
.editorconfig
.ember-cli
.eslintignore
.eslintrc.js
.gitignore Upgrade EmberJS to v3.8.0 2019-02-28 17:46:02 +00:00
.template-lintrc.js
.travis.yml
.watchmanconfig
ember-cli-build.js
package.json Upgrade ember-ajax to v4.0.1 2019-02-28 17:47:12 +00:00
README.md
testem.js
yarn.lock Upgrade EmberJS to v3.8.0 2019-02-28 17:46:02 +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.