Skip to content
This repository has been archived by the owner on Sep 2, 2020. It is now read-only.
lmd59 edited this page Apr 20, 2018 · 5 revisions

Welcome to the js-ecqm-engine wiki!

Related repositories

Built with nodejs and mongoose with yarn package management.

Getting Started

  1. Pull Repository: https://github.com/projectcypress/js-ecqm-engine.git
  2. Install Yarn: https://yarnpkg.com/en/docs/install#mac-stable ("brew install yarn")
  3. Install mongodb (https://docs.mongodb.com/manual/installation/) and run "mongod"
  4. Run "yarn" in repository folder
  5. Run "yarn run test" to execute jasmine tests
Clone this wiki locally