Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 841 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 841 Bytes

Cabanon

Cabanon is an experimental visualisation project exploring issues around privacy and anonymisation techniques by visually comparing the results obtained by anonymising one dataset with different anaonymisation methods.

Built using React and D3.

Requirements

  • Node 6.9.3, or later, required;
  • Npm 3.10.10, or later, required;

Before running the app, check which version of node and npm are in use. Type node -v and npm -v in the terminal or command prompt to do so.

Running the app

  • Run npm install to install the required dependencies.
  • Run npm start to launch locally the app.
  • Go to localhost:8080 in your web browser. The app works with Firefox, Chrome and Safari.