19 lines
559 B
Markdown
19 lines
559 B
Markdown
# 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`.
|