Web dashboard to aggregate information about Google Fonts typographic font project repositories.
Centralize and visualize information about the location and status of font project repositories available on Google Fonts.
./run.shOpens at http://localhost:8000 by default. Optionally specify a port:
./run.sh 3000├── index.html # Main HTML page
├── css/
│ └── style.css # Styles
├── js/
│ └── main.js # JavaScript
├── run.sh # Local dev server
└── README.md
Commits should be made frequently, whenever any small progress is achieved. This keeps the history granular and makes it easier to track changes, revert if needed, and understand the evolution of the project.
Compatible with GitHub Pages - just enable it in the repository settings.