Litechat, but plus sized
Go to file
dvdrw e0fe175566
fix: improve rendering on narrow desktop screens
2023-02-14 00:37:41 +01:00
src fix: improve rendering on narrow desktop screens 2023-02-14 00:37:41 +01:00
static fix: add proper font imports 2023-02-11 19:32:55 +01:00
.eslintignore init: initial commit 2023-02-11 18:56:59 +01:00
.eslintrc.cjs init: initial commit 2023-02-11 18:56:59 +01:00
.gitignore init: initial commit 2023-02-11 18:56:59 +01:00
.npmrc init: initial commit 2023-02-11 18:56:59 +01:00
.prettierignore init: initial commit 2023-02-11 18:56:59 +01:00
.prettierrc init: initial commit 2023-02-11 18:56:59 +01:00
LICENSE ci: add LICENSE (AGPL) 2023-02-11 19:11:37 +01:00
README.md ci: update README 2023-02-11 19:11:29 +01:00
package-lock.json feat: implement live channel sidebar 2023-02-14 00:22:57 +01:00
package.json feat: implement live channel sidebar 2023-02-14 00:22:57 +01:00
svelte.config.js feat: configure static file output 2023-02-11 19:05:58 +01:00
tsconfig.json init: initial commit 2023-02-11 18:56:59 +01:00
vite.config.ts init: initial commit 2023-02-11 18:56:59 +01:00

README.md

litechatplus

A client for fedwave-compatbile chat servers. Basically litechat, but better.

Early in development, assume everything is broken.

Developing

After git pulling, do the standard npm ci. You can run a live-updating development server with npm run dev.

Building

To create a production build, run npm run build. You can quickly preview the build with npm run preview.

It currently builds the app as a bunch of static files. Since it uses dynamic routing (i.e. /channelname), there's a default redirect from / -> /global.