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.
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.
- 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.