source code for roleplaygateway.com
styles/RolePlayGateway/template
contains most of the "templates" for pages.
We're using PHPUnit to test our existing infrastructure as we prepare for migration to Fabric. Following the Maki Philosophy, we will use a REST API to formally define a list of Resources and their expected behavior. From this point, we will use TDD to finalize a 1.0 version of RPG, then begin writing migration scripts for Fabric.
$ composer require phpunit/phpunit
$ composer require guzzlehttp/guzzle
$ composer update
$ composer test
Next steps of this project are to build a working Docker image of the site that can be independently deployed with a single command. Help wanted!