1
0
Fork 0
mirror of https://git.sr.ht/~emersion/gamja synced 2025-04-26 14:03:41 -04:00
No description
Find a file
Simon Ser 9692f97c11
Set default connect params in App constructor
Fixes default params not populated in Connect component.
2020-06-24 18:14:46 +02:00
components Set default connect params in App constructor 2020-06-24 18:14:46 +02:00
lib Add isChannel 2020-06-24 15:52:33 +02:00
.gitignore Add dev server 2020-06-14 14:49:52 +02:00
index.html Add <noscript> message 2020-06-24 15:43:19 +02:00
LICENSE Initial commit 2020-04-24 19:03:43 +02:00
package-lock.json Switch to react 2020-06-24 14:37:49 +02:00
package.json Switch to react 2020-06-24 14:37:49 +02:00
README.md readme: extend copyright holder 2020-06-24 14:56:22 +02:00
state.js Mark buffers as unread on new message 2020-06-24 16:56:57 +02:00
style.css Mark buffers as unread on new message 2020-06-24 16:56:57 +02:00

gamja

A bare-bones IRC web client.

Usage

Requires an IRC WebSocket server.

npm install
npm start

License

AGPLv3, see LICENSE.

Copyright (C) 2020 The gamja Contributors