Skip to content
This repository has been archived by the owner on Feb 18, 2020. It is now read-only.

obcode/ob.cs.hm.edu

Repository files navigation

ob.cs.hm.edu

Website https://ob.cs.hm.edu

Setup

  • make sure node.js is at version >= 6
  • npm i spike -g
  • clone this repo down and cd into the folder
  • run npm install
  • run spike watch or spike compile

Testing

Tests are located in test/** and are powered by ava

  • npm install to ensure devDeps are installed
  • npm test to run test suite