--- TODO's ---
- integrate youtube player inside the app
- collect all other pre batb videos
- PWA service worker
--- How i created this app ---
npx degit sveltejs/template my-svelte-project
npm install
- added costum plugins to package.json and rollup.config.js
- create stores
- create app
- add deploy gh workflow https://github.com/dutscher/batb12/blob/master/.github/workflows/deploy.yml
- create gh-pages branch + settings
- create secret ** https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token ** https://github.com/settings/tokens
- create icons https://www.favicon-generator.org/
- add PWA stuff to public/manifest.json
- add maskable icons https://maskable.app/editor
- add
<script>window.onload = () => {if ('serviceWorker' in navigator) {navigator.serviceWorker.register('./sw.js');}}</script>
to index.html