Programmers that love Open Source also love GitHub and other hubs where developers are publishing their apps.
This app is oopen source and therefore you find it on GitHub.
Clone it, download it or use this repo as a template for your apps, like I am doing. If you look in my account on GitHub, you will find that I have at list three apps that use this repo as a theme and template.
Like many of you: I'm not a css-stylist. I love a good theme and when I find one I'm not ashamed to use it as a base-theme, and then do the nesessary changes for my needs. Your welcome to do that, you to!
I found my base-theme in the repo to Benninbin. If you check out his BlogiNote you will understand that his theme is my base-theme.
The changes or the futures I have added isn't in the style, except for the accordion style and all the collapsed accordions.
That's the way its works with open source-code. Someone is copying your repo, working with it, and after a while the changes is bigger than the original work.
I have added the futures I need, and removed some of his futures. Look in the next tab to see it all:
Only God knows all the challanges I had to get my PWA works properly in offline-mode.
Going from a website on vercel to Google Play is a big step. I have worked hard to learn the modern way of doing it and have been stopped by many incredibly big problems along the way.
bubblewrap
to convert the pwa to a "java"-app.Google Play Console
, and how to use it.If you use this repo as a standalone-theme or as a template, then you don't need to struggle with the first challange. In this tutorial and guidelines I will try to learn you how to use; (1) bubblewrap and (2) the Google Play Console.
If you are familiar with github and vercel you can jump right to the last step in this tutorial about bubblewrap and the Google Play Console.
- npx -y pagefind --site .output/public --output-path public/_pagefind
. - Maybe you need to change --site .output/public
to --site ../.output/public
. NB! Offline-search ins't available. ↩Edge
, only on Chrome
and on Phones
. ↩nuxt-icons
, it will not work for layer 2. ↩plugin
-folder as helpers, and other is located in the utils
-folder. ↩allow
-settings. - In Chrome: chrome://settings/content/notifications - In Edge: edge://settings/content/notifications ↩repo-id
etc. have to be set in app.config.ts
. The following regeg pattern have to be added to navigateFallbackDenylist: /^\/.*\\?giscus=.*/
, to get it works properly. ↩Copyright 2024 Kyrie Eleison
Theme Create Goocle App