Contributions are welcome! Feel free to open an issue or submit a pull request if you have a way to improve this project.
Make sure your request is meaningful and you have tested the app locally before submitting a pull request.
sudo apt-get install php
sudo apt-get install php-curl
sudo apt-get install composer
Install PHP from XAMPP or php.net
▶ How to install and run PHP using XAMPP (Windows)
git clone https://github.com/DenverCoder1/readme-typing-svg.git
cd readme-typing-svg
composer start
Open http://localhost:8000/ and add parameters to run the project locally.
Before you can run tests, PHPUnit must be installed. You can install it using Composer by running the following command.
composer install
Run the following command to run the PHPUnit test script which will verify that the tested functionality is still working.
composer test