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

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

Awesome Lists containing this project

README

          

# Hypha

Work in Progress IRC-Client based on electron combined with HTML5 and CSS3.

![Image](screenshots/1.png)
![Image](screenshots/3.png)

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