Showcase site for hand-picked open-source projects by Spotify
The Spotify Showcase site is a platform for curated open-source projects chosen by Spotify. Developed using Jekyll, GitHub Actions, and a Node.js script for integration with the GitHub GraphQL API, it maintains a static YAML file of project data within the repository.
To install the Spotify Showcase site, follow these steps:
gem install jekyll bundler
npm install --global yarn
yarn install
bundle exec jekyll serve
_data/projects_generated.yaml
file should not be added to Git.The Spotify Showcase site is a curated platform for open-source projects, showcasing Spotify’s selected projects through Jekyll, GitHub Actions, and a Node.js script integration with the GitHub GraphQL API. By following the installation guide and development instructions, users can explore and contribute to this collection of hand-picked projects while adhering to the Open Code of Conduct.