# hack.chat **Repository Path**: Jruing/hack.chat ## Basic Information - **Project Name**: hack.chat - **Description**: No description available - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-14 - **Last Updated**: 2022-01-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # This repo is deprecated. Use https://github.com/hack-chat/main [![hack.chat screenshot](https://raw.githubusercontent.com/AndrewBelt/hack.chat/master/screenshot.png)](https://hack.chat/) ## 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.