tgaff / zrikethrough

ℤ̶rikethrough

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Strikethrough app

Based on https://simplepwa.com. An experiment to see how complex it is to go straight to android via a PWA.

To run, simply load up index.html. In chrome you can run lighthouse and should get a PWA valid score.

Next step packaging.

build for android

  1. Ensure the keystore is in the repo root directory: android.keystore
  2. Gen a new version: bubblewrap update
  3. Build it: bubblewrap build
  4. checkin the new versions of twa-manifest.json & app/build.gradle
  5. Do something with the generated APK or the AAB (AAB is a newer form of APK, both may be generated)

updating icons

  1. Update favicon.png
  2. real-favicon generate favicon_config.json favicon_data.json .
  3. delete favicon_data.json
  4. commit

About

ℤ̶rikethrough


Languages

Language:HTML 39.2%Language:JavaScript 28.5%Language:Java 20.7%Language:CSS 11.7%