Skip to content

madewithlove/semver

Repository files navigation


madewithlove

SemVer

A SemVer checker tool for Packagist.

ci issues pull requests contributors contributions

Built with ❤️︎ and ☕ by heroes at madewithlove.

About

This is the repository for the SemVer checker tool hosted at semver.madewithlove.com.

Tech Stack

Prerequisites

Installation

1. Clone the repository:

git clone git@github.com:madewithlove/semver.git

2. Go to the project folder:

cd semver

3. Install the dependencies:

composer install

4. Create a copy of .env.example:

cp .env.example .env

5. Set the application key:

php artisan key:generate

6. Start the PHP development server:

php artisan serve

Tests

Run the following command:

php artisan test

Contributing

Contributing to this repository is both appreciated and encouraged. If you have any specific questions, we're happy to help out.