General Info
Release Info
Development Info
Try it out on GitHub Pages!
git clone https://github.com/cornersyrup/legendary-fiesta.git
cd legendary-fiesta
npm install
npm run serve
- PWA (manifest.json)
- installable web app
- Service worker
- cacheing for offline
- prompt install in browser (chrome, edge)
- IndexedDB
- LocalStorage
- Notification
- Share API
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.
The app require the following env var to function properly.
API_SERVER
: url to api server. Default: http://localhost:5173/legendary-fiesta/data
Mount Live Server with the following setting in workspace.
{
"liveServer.settings.mount": [["/legendary-fiesta", "./dist"]]
}