This feature is to showcase the top contributors of the Jenkins project at contributors.jenkins.io
Requires NodeJS (version defined in ./.tool-versions)
-
Install dependencies
Run the following commands in your terminal:
cd contributor-spotlight/ npm install
-
Run development environment
Run the following commands in your terminal:
npm run clean && npm run develop
-
To run the code
Once the code is running, the site should be up at http://localhost:8000.
-
To run prettier
Run the following commands in your terminal:
npm run format
-
To run eslint
Run the following commands in your terminal:
npm run lint
Remember to run prettier and eslint before submitting a PR.