summary refs log tree commit diff
path: root/ripple/website/README.md
diff options
context:
space:
mode:
authorV <v@unfathomable.blue>2021-02-25 21:17:45 +0100
committerV <v@unfathomable.blue>2021-02-25 21:55:23 +0100
commitf5c8a8537a336b60fd28af003572fa8883fc8354 (patch)
tree7374f969bae7709fa78388a0dc288f926ade1f3b /ripple/website/README.md
parent2f487c3bf7cd8efd64f1d217edac732db98ff1c0 (diff)
ripple/website: init
This contains the source to Ripple's website, as it was published on
2020-10-07.

Change-Id: I4c871be79d8841b277d23ea741c8728ec5da8cc8
Diffstat (limited to 'ripple/website/README.md')
-rw-r--r--ripple/website/README.md5
1 files changed, 5 insertions, 0 deletions
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`.