jenkins-infra / contributor-spotlight

Jenkins Contributor Spotlight feature

Home Page:https://contributors.jenkins.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Jenkins Contributor Spotlight feature

https://contributors.jenkins.io

License:MIT License


Languages

Language:JavaScript 98.8%Language:CSS 1.1%Language:Shell 0.2%