Skip to content

jenkins-infra/contributor-spotlight

Jenkins Contributor Spotlight

This feature showcases the top contributors of the Jenkins project at contributors.jenkins.io

🚀 Quick start

Requires Node.js (version defined in ./.tool-versions)

  1. Install dependencies

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

    Run the following commands in your terminal:
    npm run clean && npm run develop
  3. Access the application

    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

Note: Please run Prettier and ESLint before submitting a PR.

Releases

No releases published

Packages

 
 
 

Contributors