Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 1.57 KB

File metadata and controls

58 lines (37 loc) · 1.57 KB

The Font Kit

The Font Kit is a simple and intuitive tool for exploring, pairing, and previewing fonts — designed to help designers, developers, and brand creators make better typography choices faster.

This project uses Fontsource to provide reliable, self-hosted Google Fonts in a developer-friendly way.
A huge thank you to the Fontsource team and contributors for their amazing open-source work.

🚀 Getting Started (Development)

We use pnpm as our package manager.

# Clone your fork
git clone https://github.com/YOUR-USERNAME/the-font-kit.git

# Move into the project directory
cd the-font-kit

# Install dependencies
pnpm install

# Start development server
pnpm dev

The app will be running at http://localhost:3000 by default.

🤝 How to Contribute

We welcome contributions! Here’s how you can help:

  1. Fork the repository on GitHub.
  2. Clone your fork to your local machine.
  3. Create a new branch for your feature or bug fix:
git checkout -b feature/your-feature-name
  1. Make your changes and commit them with clear messages:
git commit -m "Add: description of change"
  1. Push your branch to your fork:
git push origin feature/your-feature-name
  1. Open a Pull Request to the main branch of this repository.

📜 License

This project is open source and available under the MIT License.

Fonts are licensed under their respective open font licenses via Fontsource and Google Fonts.