Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.42 KB

requirements.md

File metadata and controls

22 lines (18 loc) · 1.42 KB

Requirements

Name Purpose
GitHub account Repos owned by your account will used for reporting.
GitHub dev token For GraphQL API requests. Only read access to your public repos is needed.
Netlify account Optionally used to deploy the site remotely.
Ruby >= 2.6 Run the custom Jekyll plugins - includes a query to the GitHub API.
Bundler Install project-scoped gems from the Gemfile.
Node Install and run project-scoped Node packages from the package.json.

This project will not work on GitHub Pages, unless you use GitHub Actions. Netlify is used here because it requires much less configuration than GitHub Actions.