Skip to content

jpryda/d3-gizmodo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

d3-gizmodo

Spoon Task

  1. 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 .
  1. 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.