https://github.com/decred/dexweb
https://github.com/decred/dexweb
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/decred/dexweb
- Owner: decred
- License: isc
- Created: 2020-10-19T16:13:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-05T14:47:17.000Z (almost 2 years ago)
- Last Synced: 2024-09-05T15:12:52.699Z (almost 2 years ago)
- Language: HTML
- Size: 4.11 MB
- Stars: 3
- Watchers: 8
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dexweb
This is the code for the website.
[](https://github.com/decred/dexweb/actions/workflows/docker.yml)
[](http://copyfree.org)
## Development
1. Install [Hugo](https://gohugo.io/).
1. Start development web server
```sh
bin/watch.sh
```
## Deployment
A Docker configuration is included for building the deployable images of dexweb.
1. Install docker.
1. Build the docker image for deployment
```sh
bin/build.sh
```
1. Run the docker image `decred/dexweb`
```sh
docker run -d -p :80 decred/dexweb:latest
```
## License
dexweb is licensed under the liberal ISC License.