This projects help you illustrate technologies in a graph form
-
Clone the project
-
Run it using docker compose
docker-compose up # it runs on port 80
Two options are available to run the project
- docker
You need to install docker first
- Node js
it requires nodejs 8,
npm install
npm run build
npm run serve # it runs on port 8000
npm install
npm run build
npm run dev-server
Simply create a pull request ...