This is a rudimentary Elm-based web interface for aptly's API.
- Ensure aptly is serving its API. (Run
aptly serve). - Modify
initinsrc/Main.elm, soconfigpoints to your aptly installation. - Execute
build.sh. - Serve
index.htmlover HTTP. You may have to work some magic related to CORS.