Stuff we use:
- Docker and Docker Compose to create our development and test environments.
docker-compose run composer install
The host file path is:
/private/etc/hosts
/etc/hosts
%systemroot%\system32\drivers\etc\hosts
Add this line to your host file
127.0.0.1 shark.bowl
git clone [email protected]:williamespindola/shark-bowl-web.git
docker-compose up -d
Then access shark.bowl:8080
Please see CHANGELOG for more information what has changed recently.
To run the PHPCS run the following command:
docker-compose run composer cs
TODO
Please see CONTRIBUTING and CONDUCT for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
TODO