You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
app | 1 year ago | |
assets/icon | 1 year ago | |
client | 1 year ago | |
config | 1 year ago | |
lib | 1 year ago | |
.gitignore | 1 year ago | |
.jshintrc | 1 year ago | |
LICENSE | 1 year ago | |
README.md | 1 year ago | |
dtp-chat.js | 1 year ago | |
nodemon.json | 1 year ago | |
package.json | 1 year ago | |
pnpm-lock.yaml | 1 year ago | |
start-local | 1 year ago | |
webpack.config.js | 1 year ago |
README.md
DTP Chat
A no-nonsense/no-frills communications platform.
Production Host Configuration
adduser dtp
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
Install Yarn v2
corepack enable
yarn set version stable
yarn install
Emoji Picker
Chat currently uses emoji-picker-element as the renderer of an emoji picker, and then it manages the presentation of the picker itself.