345 B
345 B
distrust.co
Web page source.
Instructions
- If the repo was not cloned with submodules:
$ git submodule update --init --recursive
- Install
make
. - Install
docker
- Build (export) site to
_site
directory:
$ make build
- Serve site at
0.0.0.0:4000
:
$ make serve