Skip to content

jenkins-infra/contributor-spotlight

Folders and files

NameName
Last commit message
Last commit date
Jun 20, 2024
Jan 6, 2025
Jan 27, 2025
Dec 10, 2024
Oct 16, 2024
Jun 20, 2024
Jan 6, 2025
Jul 8, 2024
Aug 23, 2024
Jun 16, 2024
Jun 20, 2024
Nov 1, 2023
Feb 14, 2024
Oct 6, 2024
Jul 8, 2024
Jul 8, 2024
Jul 8, 2024
Jan 29, 2025
Jan 13, 2025

Repository files navigation

Jenkins Contributor Spotlight

This feature is to showcase the top contributors of the Jenkins project at contributors.jenkins.io

🚀 Quick start

Requires NodeJS (version defined in ./.tool-versions)

  1. Install dependencies

    Run the following commands in your terminal:
    cd contributor-spotlight/
    npm install
  2. Run development environment

    Run the following commands in your terminal:
    npm run clean && npm run develop
  3. To run the code

    Once the code is running, the site should be up at http://localhost:8000.
  4. To run prettier

    Run the following commands in your terminal:
    npm run format
  5. To run eslint

    Run the following commands in your terminal:
    npm run lint

Remember to run prettier and eslint before submitting a PR.