AndrewBelt/hack.chat: a minimal, distraction-free chat application
2019-03-07 00:28:31
Author: github.com(查看原文)
阅读量:285
收藏
This repository has been archived by the owner. It is now read-only.
Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign up
Permalink
Type |
Name |
Latest commit message |
Commit time |
|
Failed to load latest commit information. |
|
client
|
A New Android App Play Store short link in the client.js
|
Dec 10, 2017
|
|
.gitignore
|
@nick inserted when clicking on nickname, cleanup
|
Jul 11, 2015
|
|
LICENSE.txt
|
Relicense to MIT
|
Feb 10, 2017
|
|
README.md
|
Deprecate repo
|
Mar 25, 2018
|
|
config-sample.json
|
Added moderator support
|
Jul 26, 2015
|
|
package.json
|
Updating to ws 3.0.0
|
Jul 2, 2017
|
|
screenshot.png
|
Added step to readme, updated screenshot
|
Jul 11, 2015
|
|
server.js
|
Added socket receiver error handling
|
May 24, 2017
|
Local install
Server
node v0.12 or higher is required to run the server.
git clone https://github.com/AndrewBelt/hack.chat.git
cd hack.chat
npm install
- Copy
config-sample.json
to config.json
and edit if needed.
npm start
or node server.js
Client
cd client
npm install -g less jade http-server
make
http-server
Change the "frontpage" text in client.js
to your liking, and go to http://127.0.0.1:8080.
文章来源: https://github.com/AndrewBelt/hack.chat
如有侵权请联系:admin#unsafe.sh