website/README.md

732 B

caution.co

Web page source.

Instructions

  1. If the repo was not cloned with submodules:
$ git submodule update --init --recursive
  1. Install make.
  2. Install docker
  3. Build (export) site to _site directory:
$ make build
  1. Serve site at 0.0.0.0:4000:
$ make serve

Generate Static Files

  1. Output static files in _site directory:
$ make _site

Cleanup

  1. Remove all build artifacts:
$ make fullclean

Releasing

  1. Build and publish the image
make publish
  1. Restart the caution deployment in the Kubernetes cluster
kubectl -n website rollout restart deploy/website-caution