Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 570 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (11 loc) · 570 Bytes

Contributing

Contributions to improve the project are welcome! Be sure to follow the code of conduct and make sure to test all features locally before creating a pull request.

How to Contribute

Requirements: PHP 7.4+

$ git clone https://github.com/DenverCoder1/github-readme-streak-stats.git
$ cd github-readme-streak-stats
$ php -S localhost:8000

Open http://localhost:8000/src?user=DenverCoder1 to test the project locally.

▶ How to run PHP using XAMPP