Skip to content

Hizoul/slimme-vis

Repository files navigation

SLIMme Vis

A visualization of the candidate exploration in SLIM.

Demo here

Paper here

Compliation instructions

Requires Node.js to be installed on your machine

Simply install the dependencies via npm install/ yarn

Run developement build via npm start / yarn start

Build production via npm run build / yarn run build