All Projects → AndrewBelt → Hack.chat

AndrewBelt / Hack.chat

Licence: mit
a minimal, distraction-free chat application

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

This repo is deprecated. Use https://github.com/hack-chat/main

hack.chat screenshot

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].