This is the repository for the SemVer checker tool hosted at semver.madewithlove.com.
1. Clone the repository:
git clone [email protected]:madewithlove/semver.git2. Go to the project folder:
cd semver3. Install the dependencies:
composer install4. Create a copy of .env.example:
cp .env.example .env5. Set the application key:
php artisan key:generate6. Start the PHP development server:
php artisan serveRun the following command:
php artisan testContributing to this repository is both appreciated and encouraged. If you have any specific questions, we're happy to help out.