https://github.com/algram/hypha
🍄 A modern IRC client built on the latest technologies of the web
https://github.com/algram/hypha
Last synced: about 1 year ago
JSON representation
🍄 A modern IRC client built on the latest technologies of the web
- Host: GitHub
- URL: https://github.com/algram/hypha
- Owner: Algram
- License: mit
- Created: 2015-12-30T23:35:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-16T19:41:43.000Z (about 10 years ago)
- Last Synced: 2025-04-08T16:53:56.960Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.06 MB
- Stars: 11
- Watchers: 8
- Forks: 3
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Hypha
Work in Progress IRC-Client based on electron combined with HTML5 and CSS3.


You install it with
```bash
npm install
# Every time you run "npm install", run this
./node_modules/.bin/electron-rebuild
# On Windows if you have trouble, try:
.\node_modules\.bin\electron-rebuild.cmd
npm start
```
or
```bash
sudo npm install -g electron-prebuilt
cd directory/
electron .
```