Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 558 Bytes

File metadata and controls

35 lines (25 loc) · 558 Bytes

Getting Started

Prerequisites

  • PHP 8.5 or higher
  • Composer
  • Git

Setting Up the Development Environment

  1. Fork the repository
# Fork the repository on GitHub, then clone your fork
git clone https://github.com/yourusername/StringFormatter.git
cd StringFormatter
  1. Install dependencies
composer install
  1. Run tests
composer test