Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.2 KB

README.md

File metadata and controls

41 lines (26 loc) · 1.2 KB

Build Status

Coverage Status

cross-platform-ordino

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 cross-platform-ordino
  • npm install && bower install

Running / Development

Running Tests

  • Web App npm run test-web-app
  • Electron npm run test-electron
  • Lint npm run lint
  • Run all web app, Electron, and lint tests npm test

Building

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