2023-02-11 18:11:29 +00:00
|
|
|
# litechatplus
|
2023-02-11 16:11:55 +00:00
|
|
|
|
2023-02-11 18:11:29 +00:00
|
|
|
A client for fedwave-compatbile chat servers. Basically litechat, but better.
|
2023-02-11 16:11:55 +00:00
|
|
|
|
2023-02-11 18:11:29 +00:00
|
|
|
Early in development, assume everything is broken.
|
2023-02-11 16:11:55 +00:00
|
|
|
|
|
|
|
## Developing
|
|
|
|
|
2023-02-11 18:11:29 +00:00
|
|
|
After `git pull`ing, do the standard `npm ci`. You can run a live-updating
|
|
|
|
development server with `npm run dev`.
|
2023-02-11 16:11:55 +00:00
|
|
|
|
|
|
|
## Building
|
|
|
|
|
2023-02-11 18:11:29 +00:00
|
|
|
To create a production build, run `npm run build`. You can quickly preview the
|
|
|
|
build with `npm run preview`.
|
2023-02-11 16:11:55 +00:00
|
|
|
|
2023-02-11 18:11:29 +00:00
|
|
|
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`.
|