Skip to content

krisstern/contributor-spotlight

 
 

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.

About

Jenkins Contributor Spotlight feature

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.0%
  • Other 1.0%