Broadly speaking, this pull tackles a couple things that make the overall experience of the tool and site a bit nicer.
Ability to use images from Docker Hub -- local images can still be built and configured to be used, but using Docker Hub leads to a faster first-time-startup
Move the dane-compose Dockerfile into the same directory as the other Dockerfiles
Add a nice "DANE" banner that shows up when running the tool
Have the compose script check that an environment file exists and create it if it doesn't
Have the compose script prompt the user to fill in their VPN credentials if the environment file doesn't exist and VPN is enabled
Update some wording on the website and add documentation for using local images
Hide commands run by the Makefile (using @)
Update the quickstart demo gif (that thing was pretty old!)
Broadly speaking, this pull tackles a couple things that make the overall experience of the tool and site a bit nicer.