Flashii Chat web client for older browsers
Go to file
flash c2159598c9 Removed the domain transition notification from the compatibility client. 2024-02-20 21:56:51 +00:00
assets Imported Ami into own repository. 2024-01-18 19:51:52 +00:00
config Imported Ami into own repository. 2024-01-18 19:51:52 +00:00
public Moved colour picker into the built CSS and JS files. 2024-02-20 21:52:34 +00:00
src Removed the domain transition notification from the compatibility client. 2024-02-20 21:56:51 +00:00
.gitattributes Imported Ami into own repository. 2024-01-18 19:51:52 +00:00
.gitignore Imported Ami into own repository. 2024-01-18 19:51:52 +00:00
LICENCE Added repository metadata. 2024-01-18 21:18:44 +00:00
README.md Added repository metadata. 2024-01-18 21:18:44 +00:00
build.js Copied build script changes. 2024-02-10 15:57:12 +00:00
package-lock.json Moved colour picker into the built CSS and JS files. 2024-02-20 21:52:34 +00:00
package.json Moved colour picker into the built CSS and JS files. 2024-02-20 21:52:34 +00:00

README.md

Ami

Chat client forked from the original Sock Chat client. Maintained for compatibility with Firefox 10+ and similar browsers.

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

Ami 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