This project enables you to monitor the versions of software you are running on your architecture in real-time using GitHub webhooks and websockets. All you need to supply is an SVG diagram of your system architecture.
To start the server:
- Install dependencies with
mix deps.get
- Install Node.js dependencies with
cd assets && npm install
- Start Phoenix endpoint with
mix phx.server
Now you can visit localhost:4000
from your browser.