Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 888 Bytes

File metadata and controls

25 lines (15 loc) · 888 Bytes

releases.electronjs.org

This repository contains code for https://releases.electronjs.org, which provides release status information for the Electron project.

Getting started

The website is built using React Router.

Installation

To run the app locally, install dependencies and run the dev script:

yarn install
yarn 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.