1
0
mirror of https://github.com/hack-chat/main.git synced 2024-03-22 13:20:33 +08:00
2018-05-15 18:19:55 -05:00

11 lines
157 B
Markdown

## Development
A quick way to start a server is to use Node.js `http-server`:
```
npm install http-server -g
cd client
http-server
```
## Deployment
(TODO)