Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 339 Bytes

readme.md

File metadata and controls

24 lines (15 loc) · 339 Bytes

My Market

Install

Make sure to have curl extension load in php by running

php -m

if not: sudo apt-get install php5-curl

And then

git clone https://github.com/nayed/challenge-data-lyon.git

cd challenge-data-lyon

composer install

php artisan serve

and go to localhost:8000