mirror of
https://github.com/hack-chat/main.git
synced 2024-03-22 13:20:33 +08:00
11 lines
157 B
Markdown
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)
|