Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 450 Bytes

readme.md

File metadata and controls

15 lines (9 loc) · 450 Bytes

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