An open API service indexing awesome lists of open source software.

https://github.com/itsloopyo/lopari.app

lopari.app
https://github.com/itsloopyo/lopari.app

Last synced: 29 days ago
JSON representation

lopari.app

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.