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