gabber235 / CoVis-19

2IOA0 Network visualisations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2IOA0 | CoVis 19

CoVis 19 is a 2IOA0 Network visualization representing data from the email chain of Enron. It has two visualizations that give insight into the emails sent during their scandal.

Online website

To view the CoVis 19 visualizations online, visit covis19.nl

Site view

Getting started

Step 1: Install Node.js and Npm

Follow steps 1, 2 and 3 from this website to install node.js and npm on your computer.

Step 2: Install packages

When the project is opened in visual studio code find the terminal tab on the bottom and run

Visual Studio code Terminal location

npm install

This will install all of our current npm dependencies.

Step 3: Dev Server

Before making changes to the source code run:

npm run dev

This will start up a server running at the given address localhost:8080. This server will recompile and refresh the page evertime you make a change to the source code. So while running the dev server you won't need to constantly recompile the code.

About

2IOA0 Network visualisations

License:GNU General Public License v3.0


Languages

Language:TypeScript 99.2%Language:HTML 0.4%Language:SCSS 0.3%Language:JavaScript 0.1%