Svelte-KaiOS
Make good looking KaiOS apps with svelte.
This is project is in alpha, expect things to break
Index
- Getting started
- Packages
- Notes
Getting started with the example
On a local machine
npm install
cd example
npm install
npm run dev
On a real device
Change the script line in the public/index.html file
npm install
cd example
npm install
npm run build && npm start -- --host
Packages
Notes
- The dev build isn't working on a physical device, please use the production build if you are testing it on a physical device.
- The status bar component doesn't work on a physical device, this component is only intendent as a development tool. DO NOT USE THIS IN PRODUCTION.
License
MIT License
Copyright (c) 2021 Wouter van der Wal