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