1
0
mirror of https://github.com/hack-chat/main.git synced 2024-03-22 13:20:33 +08:00
hack-chat-main/client
2018-05-17 11:13:35 -05:00
..
katex katex update, added changelog 2018-04-12 17:45:23 -07:00
schemes initial commit 2018-03-09 23:47:00 -08:00
client.js Highlight Hotfix 2018-05-17 11:13:35 -05:00
index.html Introducing syntax highlight 2018-05-15 18:19:55 -05:00
README.md Introducing syntax highlight 2018-05-15 18:19:55 -05:00
style.css initial commit 2018-03-09 23:47:00 -08:00

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)