This is the code for the https://dex.decred.org website.
Install Hugo.
Start development web server
bin/watch.sh
A Docker configuration is included for building the deployable images of dexweb.
Install docker.
Build the docker image for deployment
bin/build.sh
Run the docker image decred/dexweb
docker run -d -p <local port>:80 decred/dexweb:latest
dexweb is licensed under the liberal ISC License.