A (simple, very basic) Jabber/XMPP client for KaiOS [WIP]
Go to file
2022-09-14 18:32:52 +05:30
public Set up home screen with KaiOS-native-UI 2022-09-14 18:29:32 +05:30
src Add login form/page 2022-09-14 18:32:52 +05:30
.gitignore Initial commit, with basically nothing 2022-09-14 18:28:36 +05:30
COPYING Initial commit, with basically nothing 2022-09-14 18:28:36 +05:30
package.json Setup navigation and add second screen (login) 2022-09-14 18:32:50 +05:30
README.md Set up home screen with KaiOS-native-UI 2022-09-14 18:29:32 +05:30
rollup.config.js Initial commit, with basically nothing 2022-09-14 18:28:36 +05:30
tsconfig.json Initial commit, with basically nothing 2022-09-14 18:28:36 +05:30
yarn.lock Setup navigation and add second screen (login) 2022-09-14 18:32:50 +05:30

Convo

A (simple, very basic) Jabber/XMPP client for KaiOS

Development and testing

yarn dev builds the app in watch mode and serves the site. Great for testing it out in a desktop browser.

Deploying to a device

  1. Connect your device to your computer and make sure it appears in WebIDE.
  2. yarn build
  3. In WebIDE, load the /public folder as a packaged app.

Credits and Licensing