This repository contains the code for https://releases.electronjs.org, which provides release status information for the Electron project.
The website is built using Remix.
To run the app locally:
npm install
npm run devThe app fetches release data from GitHub. To avoid hitting rate limits for anonymous requests, you can provide a GitHub Personal Access Token (PAT):
- Generate a PAT on GitHub.
- Set the
GITHUB_TOKENenvironment variable before running the app:
export GITHUB_TOKEN=your_personal_access_token- Then start the app:
npm run devDistributed under the MIT License. See LICENSE for details.