diff --git a/content/try-valkey/index.md b/content/try-valkey/index.md new file mode 100644 index 0000000..bc1b04b --- /dev/null +++ b/content/try-valkey/index.md @@ -0,0 +1,5 @@ ++++ +title = "Try Valkey" +template = "valkey-try-me.html" ++++ + diff --git a/templates/default.html b/templates/default.html index cdb16e3..22a9a2a 100644 --- a/templates/default.html +++ b/templates/default.html @@ -41,6 +41,7 @@ Participants + Try Valkey diff --git a/templates/valkey-try-me.html b/templates/valkey-try-me.html new file mode 100644 index 0000000..60c3ecc --- /dev/null +++ b/templates/valkey-try-me.html @@ -0,0 +1,277 @@ +{% extends "fullwidth.html" %} +{%- block head -%} + Try Valkey + + + + + + + + + + + +{%- endblock -%} +{% block main_content %} +

This is an in-browser Valkey server and CLI that runs directly within your browser using a V86 emulator, requiring no external installations.

+

Try it out below:

+ + +
+ +

This emulator will download approximately 50MB of data.

+
+ + + + + + +{% endblock main_content %} \ No newline at end of file