Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 813 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 813 Bytes

dexweb

This is the code for the https://dex.decred.org website.

Build Status ISC License

Development

  1. Install Hugo.

  2. Start development web server

    bin/watch.sh

Deployment

A Docker configuration is included for building the deployable images of dexweb.

  1. Install docker.

  2. Build the docker image for deployment

    bin/build.sh
  3. Run the docker image decred/dexweb

    docker run -d -p <local port>:80 decred/dexweb:latest

License

dexweb is licensed under the liberal ISC License.