Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

EddieHubCommunity/maintainers-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ba1ed60 · Nov 6, 2023

History

15 Commits
Oct 6, 2023
Oct 25, 2023
Oct 6, 2023
Oct 9, 2023
Oct 25, 2023
Oct 3, 2023
Oct 9, 2023
Nov 6, 2023
Oct 3, 2023
Oct 25, 2023
Oct 25, 2023
Oct 9, 2023
Oct 3, 2023
Oct 3, 2023
Oct 3, 2023

Repository files navigation

Maintainers Tool

Purpose

This app is designed to help maintainers understand a contributors history with a particular repo.

Getting Started

This application requires a GitHub Personal Access Token to be set in the .env file. Directions on generating a PAT are available in the GitHub Documentation

First you have to install the dependencies:

npm ci

Than you can run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

Next.js

This is a Next.js project bootstrapped with create-next-app.

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!