contributor-spotlight

Jenkins Contributor Spotlight feature

MIT License

Stars
1
Committers
12

= Jenkins Contributor Spotlight

This feature is to showcase the top contributors of the Jenkins project at link:https://contributors.jenkins.io[contributors.jenkins.io]

== 🚀 Quick start

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

  1. Install dependencies

    Run the following commands in your terminal:

[source,bash]

cd contributor-spotlight/
npm install

  1. Run development environment

    Run the following commands in your terminal:

[source,bash]

npm run clean && npm run develop

  1. To run the code

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

  2. To run prettier

    Run the following commands in your terminal:

[source,bash]

npm run format

  1. To run eslint

    Run the following commands in your terminal:

[source,bash]

npm run lint

Remember to run prettier and eslint before submitting a PR.