gamja/README.md

57 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

2020-07-02 05:03:16 -04:00
# [gamja]
2020-04-25 06:40:15 -04:00
A simple IRC web client.
2020-04-25 06:40:15 -04:00
2020-07-24 03:51:02 -04:00
![screenshot](https://l.sr.ht/7Npm.png)
2020-06-24 08:55:49 -04:00
## Usage
Requires an IRC WebSocket server.
First install dependencies:
npm install --omit=dev
2023-11-12 04:03:05 -05:00
Then [configure an HTTP server] to serve the gamja files.
2021-05-27 12:17:41 -04:00
### Development server
If you don't have an IRC WebSocket server at hand, gamja's development server
can be used. For instance, to run gamja on Libera Chat:
npm install --include=dev
npm start -- irc.libera.chat
See `npm start -- -h` for a list of options.
### Production build
Optionally, [Parcel] can be used to build a minified version of gamja.
npm install --include=dev
npm run build
2023-11-12 04:03:05 -05:00
## Configuration
gamja can be configured via a [configuration file] and via [URL parameters].
## Contributing
2024-10-11 09:07:43 -04:00
Send patches on [Codeberg], report bugs on the [issue tracker]. Discuss
in [#soju on Libera Chat].
2020-04-25 06:40:15 -04:00
## License
AGPLv3, see LICENSE.
2020-06-24 08:56:22 -04:00
Copyright (C) 2020 The gamja Contributors
2024-10-11 09:07:43 -04:00
[gamja]: https://codeberg.org/emersion/gamja
2024-09-03 15:08:13 -04:00
[Codeberg]: https://codeberg.org/emersion/gamja
[issue tracker]: https://todo.sr.ht/~emersion/gamja
[Parcel]: https://parceljs.org
2023-11-12 04:03:05 -05:00
[configure an HTTP server]: doc/setup.md
[configuration file]: doc/config-file.md
[URL parameters]: doc/url-params.md
2021-11-17 04:17:41 -05:00
[#soju on Libera Chat]: ircs://irc.libera.chat/#soju