the end goal here is to have a usable discord client for KaiOS 2.5.x, I have no plans on fully replicating a discord client.
if you're on KaiOS 3.x use https://github.com/diamondburned/kaicord/ instead
npm run dev
builds the app in watch mode and serves the site. Great for testing the app in a desktop browser.
- Connect your device to your computer and make sure it appears in WebIDE.
npm install
install dependencies, run it when package.json is modified or if you are building for the first time.npm run build
- In WebIDE, load the
/dist
folder as a packaged app.
(stuff mentioned here are libraries where the code was modified)
- luke-chang/js-spatial-navigation MPLv2
- garredow/kaios-lib MIT
- smoothscroll-polyfill MIT
- ustccjw/unhandled-rejection-polyfill MIT
- SkeuoCord (I asked for permission)