jholdstock / dexweb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:ISC License


Languages

Language:HTML 65.3%Language:SCSS 30.7%Language:Shell 2.4%Language:Dockerfile 1.7%