Skip to content

vaikesh07/PR-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GitHub PR Dashboard

A simple, single-page dashboard to track the live CI/CD status of your GitHub Pull Requests.

Give it a try for free : https://vaikesh07.github.io/PR-dashboard/


Local Setup

  1. Get Files

    • Download index.html, style.css, and script.js into a single folder.
  2. Get GitHub Token

    • Go to GitHub Tokens and generate a new Token (classic).
    • Give it the repo scope and copy the generated token.
  3. Run Local Server

    • Open a terminal in the project folder and run the command:
      python3 -m http.server

[or use Live Server option in VS Code]

  1. Use the Dashboard
    • Open your browser to http://localhost:8000.
    • Paste your token and click Save.
    • Add your PR URLs to begin tracking.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors