Skip to content
This repository has been archived by the owner on Jul 20, 2022. It is now read-only.
/ svelte-kaios Public archive

Create good looking kaios apps with svelte (Still in development)

License

Notifications You must be signed in to change notification settings

wjtje/svelte-kaios

Repository files navigation

Svelte-KaiOS

Version Build lerna License

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