Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 1 KB

README.md

File metadata and controls

52 lines (40 loc) · 1 KB

SvelteKit PWA (BETA)

alt text


SvelteKit PWA template

Features

  • PWA ready to work offline
  • Online/Offline status
  • Log view using Svelte store

Technologies

TODO

  • Improve docs
  • Improve UI
  • Improve mobile navigation

Installation

Clone the repo

git clone https://github.com/xulioc/sveltekit-pwa.git
cd sveltekit-pwa

Install & run

npm install

To start in development mode:

npm run dev

To build and start in production mode:

npm run build
npm run preview

Contribute

Feel free to contribute. Issues and Pull Requests are welcome.

License

MIT