https://github.com/layflags/layflags
www.layfla.gs
https://github.com/layflags/layflags
Last synced: 3 months ago
JSON representation
www.layfla.gs
- Host: GitHub
- URL: https://github.com/layflags/layflags
- Owner: layflags
- Created: 2019-05-07T10:41:07.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-07-28T17:16:11.000Z (11 months ago)
- Last Synced: 2025-07-28T17:27:07.036Z (11 months ago)
- Language: HTML
- Homepage: layflags-layflags.vercel.app
- Size: 873 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [layfla.gs](https://www.layfla.gs)

This project is a [PWA](https://developers.google.com/web/progressive-web-apps/) and works even w/o stylesheets (just the information then) and w/o JS (no offline capabilities then).
## Local development
Start a development server with e.g.:
```
$ npx live-server
```
## Deployment on [Vercel](https://vercel.com)
Deployments are handled by Vercel. Pushing to the repository's main branch
will automatically trigger a new build running `npm run build` to generate the
service worker. Manual deployments can be started with the
[`vercel` CLI](https://vercel.com/docs/cli):
```
$ npx vercel --prod
```