website/README.md

22 lines
345 B
Markdown

# [distrust.co](https://distrust.co)
Web page source.
## Instructions
0. If the repo was not cloned with submodules:
```shell
$ git submodule update --init --recursive
```
1. Install `make`.
2. Install `docker`
3. Build (export) site to `_site` directory:
```shell
$ make build
```
4. Serve site at `0.0.0.0:4000`:
```shell
$ make serve
```