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