- Clone this project
- Get composer and install dependencies
php composer.phar install- Update sub module
To update sub module, issue this command only once:
git submodule update --init --merge --remote -- www/cdnOtherwise, do this to update the sub module ever since:
git submodule update --merge --remote -- www/cdn- Run PHP internal web server
php -S localhost:80 -t www- Browse the demo at localhost:80