An open API service indexing awesome lists of open source software.

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

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).