This is an offline enabled PWA built with Svelte and PouchDB.
Install the dependencies...
yarn install
...then start Rollup:
yarn dev
To create an optimised version of the app:
yarn build
You can run the newly built app with yarn start
.