Discord4KaiOS
Discord4KaiOS copied to clipboard
Discord-KaiOS-Unofficial but svelte
Give me money so I can continue making this app
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
Development and testing
npm run dev builds the app in watch mode and serves the site. Great for testing the app in a desktop browser.
Deploying to a device
- Connect your device to your computer and make sure it appears in WebIDE.
npm installinstall dependencies, run it when package.json is modified or if you are building for the first time.npm run build- In WebIDE, load the
/distfolder as a packaged app.
Credit
(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)