convo/README.md

21 lines
616 B
Markdown
Raw Normal View History

2022-09-05 17:53:31 +02:00
# 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
2022-09-05 17:53:31 +02:00
- This project is based on the
[KaiOS Svelte starter](https://github.com/kaios-community/kaios-svelte-starter) (MIT)
- UI components from [KaiOS-native-UI](https://github.com/canicjusz/KaiOS-native-UI) (WTFPL)