This feature showcases the top contributors of the Jenkins project at contributors.jenkins.io
Requires Node.js (version defined in ./.tool-versions)
-
Install dependencies
Run the following commands in your terminal:
cd contributor-spotlight/ npm install -
Run the development environment
Run the following commands in your terminal:
npm run clean && npm run develop -
Access the application
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
Note: Please run Prettier and ESLint before submitting a PR.