Flashii Chat web client
Find a file
flashwave 5dc701cca4 Added dropdown to select state of the markup tags list.
Also removed the button from the input bar, you can now select it from the settings side menu under Text -> Show markup buttons.
2024-06-26 15:36:02 +00:00
config Imported Mami into own repository. 2024-01-18 19:50:37 +00:00
public Mobile UI fixes. 2024-02-11 01:42:39 +00:00
src Added dropdown to select state of the markup tags list. 2024-06-26 15:36:02 +00:00
.gitattributes Imported Mami into own repository. 2024-01-18 19:50:37 +00:00
.gitignore Mobile UI fixes. 2024-02-11 01:42:39 +00:00
build.js Rewrote sidebar Javascript. 2024-06-24 21:36:07 +00:00
LICENCE Added repository metadata. 2024-01-18 21:19:19 +00:00
package-lock.json Updated packages. 2024-06-24 22:21:39 +00:00
package.json Rewrote sidebar Javascript. 2024-06-24 21:36:07 +00:00
README.md Added repository metadata. 2024-01-18 21:19:19 +00:00

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