Skip to content

Mudavath-kumar/release-status

 
 

Repository files navigation

releases.electronjs.org

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


Getting Started

The website is built using Remix.

Installation

To run the app locally:

npm install
npm run dev

GitHub Authentication

The app fetches release data from GitHub. To avoid hitting rate limits for anonymous requests, you can provide a GitHub Personal Access Token (PAT):

  1. Generate a PAT on GitHub.
  2. Set the GITHUB_TOKEN environment variable before running the app:
export GITHUB_TOKEN=your_personal_access_token
  1. Then start the app:
npm run dev

License

Distributed under the MIT License. See LICENSE for details.

About

Public facing release status information

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.8%
  • Other 0.2%