From a5d91a00a5f7393d3cbc9d85b48117b665530ea4 Mon Sep 17 00:00:00 2001 From: eskimo Date: Tue, 16 Apr 2024 18:37:36 -0400 Subject: [PATCH 1/2] 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 +``` From 4613580976ea8dbe57cc8f4fc090beca9a13a408 Mon Sep 17 00:00:00 2001 From: eskimo Date: Tue, 16 Apr 2024 18:39:49 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index aa42bca..8793831 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,6 @@ git clone https://github.com/hnschat/web.git hnschat cd hnschat cp config.sample.json config.json ``` + +## License +[![CC BY-NC-SA](https://i.creativecommons.org/l/by-nc-nd/3.0/88x31.png)](https://creativecommons.org/licenses/by-nc-sa/4.0/)