Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 529 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 529 Bytes

hack.chat screenshot

Local install

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.