From a5d91a00a5f7393d3cbc9d85b48117b665530ea4 Mon Sep 17 00:00:00 2001 From: eskimo Date: Tue, 16 Apr 2024 18:37:36 -0400 Subject: [PATCH] Create README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..aa42bca --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# hnschat/web +This is frontend for [hnschat](https://hns.chat) + +# Setup +``` +git clone https://github.com/hnschat/web.git hnschat +cd hnschat +cp config.sample.json config.json +```