๐Ÿ“ฆ obcode / ob.cs.hm.edu

Website https://ob.cs.hm.edu/ with a mirror at https://ob-cs-hm-edu.github.io/ served from

โ˜… 5 stars โ‘‚ 1 forks ๐Ÿ‘ 5 watching
๐Ÿ“ฅ Clone https://github.com/obcode/ob.cs.hm.edu.git
HTTPS git clone https://github.com/obcode/ob.cs.hm.edu.git
SSH git clone git@github.com:obcode/ob.cs.hm.edu.git
CLI gh repo clone obcode/ob.cs.hm.edu
Oliver Braun Oliver Braun Kap 9 #vss 3dacd4b 6 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ api
๐Ÿ“ assets
๐Ÿ“ ics
๐Ÿ“ test
๐Ÿ“ views
๐Ÿ“„ .editorconfig
๐Ÿ“„ .gitignore
๐Ÿ“„ .nvmrc
๐Ÿ“„ .travis.yml
๐Ÿ“„ app.js
๐Ÿ“„ app.production.js
๐Ÿ“„ icsHelper.js
๐Ÿ“„ locals.js
๐Ÿ“„ package.json
๐Ÿ“„ readme.md
๐Ÿ“„ README.md

ob.cs.hm.edu

Website

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