litechatplus
A client for fedwave-compatbile chat servers. Basically litechat, but better.
Early in development, assume everything is broken.
Developing
After git pull
ing, 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
.
Description
Languages
Svelte
75.6%
TypeScript
11.6%
SCSS
10.8%
JavaScript
1.2%
HTML
0.8%