Available at: http://torbenjs.tech:3000/
- Make sure traceroute is installed on your system
- Node > v.14
- Run:
npm install - Build client with:
npm run build:prod(for source-map do:npm run build:dev) - Start the server with:
npm run serve
To run the unit tests do: npm test