Skip to content

ndreux/lulyb

Repository files navigation

Project lulyb

Codeship Status for ndreux/lulyb Maintainability

Installation

If you need a working dev environment and have Docker/Docker Compose, run docker-compose up -d It will install php v7.1 and composer.

Otherwise, just use:

composer install

or

docker-compose exec bully composer install

It installs phpunit and use composer autoloader.

Run the app

To run the app, just use:

php main.php

or

docker-compose exec bully php main.php

Test

To run the tests, just use:

php vendor/bin/phpunit

or

docker-compose exec bully vendor/bin/phpunit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages