From f5c8a8537a336b60fd28af003572fa8883fc8354 Mon Sep 17 00:00:00 2001 From: V Date: Thu, 25 Feb 2021 21:17:45 +0100 Subject: ripple/website: init This contains the source to Ripple's website, as it was published on 2020-10-07. Change-Id: I4c871be79d8841b277d23ea741c8728ec5da8cc8 --- ripple/website/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ripple/website/README.md (limited to 'ripple/website/README.md') diff --git a/ripple/website/README.md b/ripple/website/README.md new file mode 100644 index 0000000..1eaafb0 --- /dev/null +++ b/ripple/website/README.md @@ -0,0 +1,5 @@ +# Source code for https://ripple.unfathomable.blue/ + +To test your changes, build the website using `nix-build`, and run +`nix-shell serve.nix` to serve `./result` at `http://localhost:8080/`. +The live website is built directly from `HEAD`. -- cgit 1.4.1