Skip to content

orenault/qadmin

 
 

Repository files navigation

QAdmin

Downloads on Github GitHub release

CIs for linux/windows

Branch Linux Deploy Windows Deploy
master

Code Metrics by sonarqube

Quality Gate Lines Bugs Vulnerabilities Code Smells Debt ratio Comments

Prerequisites

You will need the following things properly installed on your computer.

NodeJs tested versions

  • iojs
  • lts/*
  • v7.x
  • v6.x
  • v5.x (not supported)
  • v4.x (not supported)

Installation

  • git clone <repository-url> this repository
  • cd qadmin
  • npm 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:js
  • npm run lint:js -- --fix

Building

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

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links

Packages

No packages published

Languages

  • JavaScript 66.7%
  • HTML 31.7%
  • CSS 1.6%