Flashii Chat web client
Find a file
2024-02-29 21:43:00 +00:00
config
public Mobile UI fixes. 2024-02-11 01:42:39 +00:00
src Added connection strength indicator to chat. 2024-02-29 21:43:00 +00:00
.gitattributes
.gitignore Mobile UI fixes. 2024-02-11 01:42:39 +00:00
build.js Keep chat settings in sync between tabs. 2024-02-28 00:10:07 +00:00
LICENCE
package-lock.json Removed the domain transition notification from the main client. 2024-02-20 22:02:10 +00:00
package.json Removed the domain transition notification from the main client. 2024-02-20 22:02:10 +00:00
README.md

Mami

The Flashii Chat client.

Configuration

Configuration consists of a config.json file that contains the various URLs and a default chat title (the unified one is taken from whatever the remote common.json supplies). Make sure you create the file before building. An example is also supplied.

Building

Mami uses a build script written in Node.js; make sure you have NPM available and then run the following commands.

# Installs packages without updating package.json or package-lock.json
npm ci

# Runs the build process, make sure to run this after updates or changes as well
node build.js