Create README.md

This commit is contained in:
eskimo 2024-04-16 18:37:36 -04:00 committed by GitHub
parent fce566a8b9
commit a5d91a00a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

9
README.md Normal file
View File

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