https://github.com/itsloopyo/lopari.app
lopari.app
https://github.com/itsloopyo/lopari.app
Last synced: 29 days ago
JSON representation
lopari.app
- Host: GitHub
- URL: https://github.com/itsloopyo/lopari.app
- Owner: itsloopyo
- Created: 2026-05-12T18:20:50.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-23T16:00:18.000Z (about 1 month ago)
- Last Synced: 2026-05-23T18:03:26.620Z (about 1 month ago)
- Language: HTML
- Size: 1.02 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lopari.app
Marketing site for [Lopari](https://github.com/itsloopyo/lopari-releases) — a desktop launcher for the head-tracking-capable games on your PC.
Static site, deployed via GitHub Pages from `main`. No build step for normal edits; the `update-latest` workflow runs on a `repository_dispatch` from the (private) `lopari` source repo whenever a release is cut, and rewrites the download section of `index.html` between the `LATEST_RELEASE` markers.
## Files
- `index.html` — landing page
- `privacy.html` — privacy policy
- `terms.html` — terms of service
- `eula.html` — end user licence agreement (shown at install time too)
- `styles.css` — shared styles
- `favicon.png` — app mark
- `CNAME` — custom domain (lopari.app)
- `.nojekyll` — disables Jekyll processing on GH Pages
- `scripts/update-latest.mjs` — templater that the release workflow runs
- `scripts/update-metadata.mjs` — generates `metadata.json` from the lopari catalog (run via `pixi run update-metadata`)
- `metadata.json` — pre-aggregated release + nightly metadata for every public mod; Lopari fetches this on startup instead of querying GitHub per-mod
## Deploy
In the repo settings on GitHub: Pages → Source = `Deploy from a branch`, Branch = `main`, Folder = `/`. Point the `lopari.app` DNS at GitHub Pages and the site is live.