mirror of
https://github.com/Nathanwoodburn/hnschat-web.git
synced 2025-01-18 19:58:12 +11:00
10 lines
178 B
Markdown
10 lines
178 B
Markdown
|
# 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
|
||
|
```
|