Closed bjgavilanes closed 3 weeks ago
First, I built a .json using GitHub API interface through gh-cli. Then, using jq, I filter data important to us.
Finally, I imported data/contributors.json into pages/contributors.astro, similar on how we did with /mentors, /repos, and /speakers.
Think about this, we should abstract this kind of webpage as an astro component. That should be a good PR.
First, I built a .json using GitHub API interface through gh-cli. Then, using jq, I filter data important to us.
Finally, I imported data/contributors.json into pages/contributors.astro, similar on how we did with /mentors, /repos, and /speakers.
Think about this, we should abstract this kind of webpage as an astro component. That should be a good PR.