Irclog CouchApp

a web app to view irclogs (svelte edition)

The logs are stored in couchdb.

The single page web app is written in angular and stored as a couchapp in couchdb attachments.

Quick start - for developers

Run pnpm i and pnpm dev.

The public database server has localhost:8000 allowed for CORS requests, so running this app on localhost:8000 will make the api available. If you want to run the app against a local couchdb run pnpm dev --mode test (see .env.test).

Production build

pnpm build:production

the release asset files are in ./dist.

License

All files licensed under the Apache-2.0 license (see LICENSE), except for src/libs/ansi.js, taken from the gamja project, which is licensed under the AGPL-3.0 (see LICENSE.AGPL)

Top categories

Loading Svelte Themes