This is a static site generator for my (PC) games library.
It takes the CSV file assets/games.csv (exported from Playnite), generates an HTML file (via PHP) and deploys it to GitHub pages.
- Run
composer install - Run
make - Open
build/index.htmlin your browser
(The deployment to GitHub pages is handled by the GitHub action in .github/workflows/pages.yml)