Built with ❤️︎ and ☕ by heroes at madewithlove.
This is the repository for the SemVer checker tool hosted at semver.madewithlove.com.
1. Clone the repository:
git clone [email protected]: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
Run the following command:
php artisan test
Contributing to this repository is both appreciated and encouraged. If you have any specific questions, we're happy to help out.