Skip to content

davelab6/gfonts_agents

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Fonts Dashboard

Web dashboard to aggregate information about Google Fonts typographic font project repositories.

Purpose

Centralize and visualize information about the location and status of font project repositories available on Google Fonts.

Running Locally

./run.sh

Opens at http://localhost:8000 by default. Optionally specify a port:

./run.sh 3000

Project Structure

├── index.html      # Main HTML page
├── css/
│   └── style.css   # Styles
├── js/
│   └── main.js     # JavaScript
├── run.sh          # Local dev server
└── README.md

Contributing

Commit Policy

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.

Deployment

Compatible with GitHub Pages - just enable it in the repository settings.

About

This is an experimental approach to getting the help of AI agents to collect more info about font families in the Google Fonts library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 37.9%
  • Python 25.1%
  • HTML 22.7%
  • CSS 14.2%
  • Shell 0.1%