Spoon Task
- Start an http server
On a mac open terminal, cd to the unzipped folder run the PHP/Apache web server. E.g.
cd ~/Downloads/d3-gizmodo-master/webroot
php -S 127.0.0.1:8080 -t .
-
Access the site through the specified port (e.g. 8080 from above) at http://localhost:8080/login.php using the login information:
user: jordan pass: ryda
Refresh time is every 4s.