Flashii Chat web client
Find a file
2025-04-11 21:28:32 +00:00
public Mobile UI fixes. 2024-02-11 01:42:39 +00:00
src Removed remnants of EEPROMv2 attempt. 2025-04-11 21:28:32 +00:00
.editorconfig Added .editorconfig. 2025-04-11 19:12:29 +00:00
.env.example Fixed lie here as well. 2025-04-11 19:55:56 +00:00
.gitattributes Imported Mami into own repository. 2024-01-18 19:50:37 +00:00
.gitignore Switch to a .env file instead of config.json. 2025-04-11 19:39:42 +00:00
build.js Switch to a .env file instead of config.json. 2025-04-11 19:39:42 +00:00
LICENCE Bumped LICENCE year. 2025-01-04 02:52:21 +00:00
Makefile Switch to a .env file instead of config.json. 2025-04-11 19:39:42 +00:00
package-lock.json Updated libraries and ported task filtering. 2025-04-11 19:11:19 +00:00
package.json Updated libraries and ported task filtering. 2025-04-11 19:11:19 +00:00
README.md Switch to a .env file instead of config.json. 2025-04-11 19:39:42 +00:00

Mami

The Flashii Chat client.

Configuration

Configuration consists of a .env file that contains the various URLs and a default chat title (the unified one is taken from whatever the remote common.json supplies). The defaults supplied by build.js are what are used for the production instance. Make sure you modify them as needed!

Building

Mami uses a build script written in Node.js and a Makefile to make life easier. I recommend using something like nvm with a Node version of at least v22.14.0 (LTS).

The following make recipes are available:

# Runs the package install and build recipes
make [all]

# Installs package versions expected by package-lock.json
make install

# Runs the build process
make build

# Updates latest versions of packages expected by package.json
make update

# Rebuild a specific type of asset for speedier development
make rebuild-css / rebuild-html / rebuild-js / rebuild-webmanifest