Skip to content

CornerSyrup/legendary-fiesta

Repository files navigation

Legendary Fiesta

General Info

GitHub

Release Info

GitHub tag (latest SemVer) Deploy to GitHub Pages Website jsDelivr hits (GitHub)

Development Info

GitHub language count GitHub top language GitHub package.json dependency version (subfolder of monorepo)

CodeFactor Snyk Vulnerabilities for GitHub Repo

Try it out on GitHub Pages!

Open in StackBlitz Open in vscode.dev

Installation

git clone https://github.com/cornersyrup/legendary-fiesta.git
cd legendary-fiesta
npm install

Usage

npm run serve

Behaviour

  • PWA (manifest.json)
    • installable web app
  • Service worker
    • cacheing for offline
    • prompt install in browser (chrome, edge)
  • IndexedDB
  • LocalStorage
  • Notification
  • Share API

HTTPS

This app include share feature, which require secure context. By providing cert.pem and key.pem in certs directory, vite will be execute in HTTPS with config.

Configuration

The app require the following env var to function properly.

Notes

Mount Live Server with the following setting in workspace.

{
  "liveServer.settings.mount": [["/legendary-fiesta", "./dist"]]
}