https://github.com/hack-chat/hackchat-client
The default client that is webpacked and distributed in the `main` repository
https://github.com/hack-chat/hackchat-client
Last synced: 7 months ago
JSON representation
The default client that is webpacked and distributed in the `main` repository
- Host: GitHub
- URL: https://github.com/hack-chat/hackchat-client
- Owner: hack-chat
- License: wtfpl
- Created: 2020-09-08T05:10:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-17T04:35:48.000Z (about 1 year ago)
- Last Synced: 2025-07-29T15:50:12.196Z (8 months ago)
- Language: JavaScript
- Size: 2.13 MB
- Stars: 25
- Watchers: 3
- Forks: 14
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# hackchat-client
The default client that is webpacked and distributed in the [main](https://github.com/hack-chat/main) repository
# Installation
## Prerequisites
- [node.js 22.9](https://nodejs.org/en/download/package-manager/) or higher
- [npm 10.8](https://nodejs.org/en/download/package-manager/) or higher
## Developer Installation
1. [Clone](https://help.github.com/articles/cloning-a-repository/) the repository: `git clone https://github.com/hack-chat/hackchat-client.git`
1. Change the directory: `cd hackchat-client`
1. Install the dependencies: `npm install`
1. Launch: `npm start`
1. Open browser to: [http://127.0.0.1:3000/](http://127.0.0.1:3000/)
## Live Deployment Installation
See [DEPLOY.md](documentation/DEPLOY.md)
# Contributing
- Todo
# Credits
* [**Marzavec**](https://github.com/marzavec) - *Initial work*
# License
This project is licensed under the [WTFPL License](LICENSE).