Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jenkins-infra/contributor-spotlight
Jenkins Contributor Spotlight feature
https://github.com/jenkins-infra/contributor-spotlight
adoc contributor-spotlight gatsbyjs javascript jenkins
Last synced: 4 months ago
JSON representation
Jenkins Contributor Spotlight feature
- Host: GitHub
- URL: https://github.com/jenkins-infra/contributor-spotlight
- Owner: jenkins-infra
- License: mit
- Created: 2023-10-31T13:17:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-22T14:04:16.000Z (9 months ago)
- Last Synced: 2024-05-22T15:29:54.046Z (9 months ago)
- Topics: adoc, contributor-spotlight, gatsbyjs, javascript, jenkins
- Language: JavaScript
- Homepage: https://contributors.jenkins.io
- Size: 10.9 MB
- Stars: 1
- Watchers: 6
- Forks: 8
- Open Issues: 6
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
= 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)
0. **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
----2. **To run the code**
Once the code is running, the site should be up at http://localhost:8000.
3. **To run prettier**
Run the following commands in your terminal:
+
[source,bash]
----
npm run format
----4. **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.