Flashii Chat web client
Find a file
2024-01-23 01:23:33 +00:00
config
public Fixed colour picker issues and integrated into main JS file. 2024-01-20 18:16:09 +00:00
src Fixed incorrect default. 2024-01-23 01:23:33 +00:00
.gitattributes
.gitignore
build.js Copied CSSnano options. 2024-01-19 15:33:41 +00:00
LICENCE
package-lock.json
package.json
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