https://github.com/electron/release-status
Public facing release status information
https://github.com/electron/release-status
Last synced: 8 months ago
JSON representation
Public facing release status information
- Host: GitHub
- URL: https://github.com/electron/release-status
- Owner: electron
- License: mit
- Created: 2020-10-28T03:30:16.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-26T05:28:42.000Z (over 1 year ago)
- Last Synced: 2024-10-29T17:15:56.762Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://releases.electronjs.org
- Size: 556 KB
- Stars: 3
- Watchers: 6
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# releases.electronjs.org
This repository contains code for https://releases.electronjs.org, which provides release status information for
the [Electron](https://github.com/electron/electron) project.
## Getting started
The website is built using [Remix](https://remix.run/).
### Installation
To run the app locally, install dependencies and run the `dev` script:
```
npm install
npm run dev
```
### GitHub Authentication
The app pulls release information from GitHub, and local usage (especially going through pages of past releases) may hit the rate limit for anonymous GitHub usage. You can provide a GitHub Personal Access Token (PAT) by setting the `GITHUB_TOKEN` environment variable before running the app locally, which will have higher rate limits.
## License
Distributed under the [MIT License](https://github.com/electron/release-status/blob/main/LICENSE).