| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A curated directory of entertainment resources: memes, comedy clubs, jokes, and local entertainment. Ships as both a modern Electron desktop app and a self-contained PWA that runs in any browser and works offline.
https://guildmasterdev.github.io/Jester
The web build is a single web/index.html (inline CSS + JS, no bundlers, no runtime dependencies). Installable as a PWA on desktop and mobile.
Just open web/index.html in a browser, or visit the live demo. No build step.
To serve locally over HTTP (recommended so the service worker registers):
npx serve web
# or
python3 -m http.server --directory web 8080git clone https://github.com/guildmasterdev/Jester.git
cd Jester
npm install
npm startnpm run dev # Electron with --dev flag
npm run lint # node --check on every src/**/*.jsnpm run dist # electron-builder for current platformTargets are configured in package.json for macOS (public.app-category.entertainment), Windows (NSIS), and Linux (AppImage).
The web build is a full Progressive Web App:
. ├── src/ # Electron main, preload, renderer, and index.html ├── web/ # Self-contained PWA (deployed to GitHub Pages) │ ├── index.html # All CSS and JS inline │ ├── manifest.json │ ├── sw.js │ └── icons/ ├── resources/ # App icons for electron-builder (icns, ico, PNGs) ├── assets/ # Runtime icon used by Electron BrowserWindow └── .github/workflows # CI and Pages deploy
MIT — see LICENSE.
GuildMaster Development
| Back | FazBrowse Home | New Git URL |