Skip to content

liitfr/liit-www

Repository files navigation

liit-www

Build Status dependencies Status Greenkeeper badge Codacy Badge License: MIT

LIIT 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
  • If you experience troubles when trying to spike watch, then execute rm -rf .remote before.

Testing

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

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