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 +```