Skip to content

orthodoc/jointdb

Repository files navigation

JointDB

CircleCI codecov.io Code Climate MIT license Dependency Status devDependency StatusCommitizen friendly

Install

You need to be running the latest node LTS or newer

git clone https://github.com/orthodoc/jointdb.git
cd jointdb
npm install
npm start         # start the application (ionic serve)

Running as root? You probably shouldn't be. If you need to: npm run postinstall before npm start. clicker#111 for more info.

Run Unit Tests

npm test          # run unit tests

Run E2E

npm run webdriver
npm run e2e

Blog Topics

Contribute

Help

  • If you can't get it working, raise an issue

Acknowledgements

  • This started out as a fork of Clicker project by lathonez and would not be possible without it. The entire credit for setting up the testing framework goes to him and other project contributors.

Changelog

See the changelog here

Updated for:

  • @angular/*: 4.1.3
  • @angular/cli:: 1.1.2
  • @ionic-angular: 3.4.2