Skip to content

liitfr/electre-www

Repository files navigation

electre-www

tests dependencies Greenkeeper badge License: MIT

ELECTRE is a set of multi-criteria decision analysis methods.
This website has been designed in order to make possible to discover & use electre-js package online.

Built with Spike 🌵

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