Trello Board of recipes, grabs the full list, tosses into an array of recipes with name, URL and List ID. Can click on a list to get a random recipe.
- Navigate to project directory, run
composer install
. - Update variables in
public/config.php
. - Navigate to public directory and run
php -S localhost:1234
visit http://localhost:1234 in browser to view.