alecgunnar/maverick

1.0.0-alpha.1 2016-11-27 20:01 UTC

This package is not auto-updated.

Last update: 2024-04-13 16:29:30 UTC


README

Build Status Code Climate Test Coverage

Run the Demo

Once you have cloned Maverick to your machine and installed the Composer dependencies, you may run the demo application which comes packaged with the framework. You can run it by doing the following:

$ bin/maverick build --environment demo

This command will prepare the application for the runtime, it moves assets from their staging directories to their runtime directories. This is the only setup that is necessary. You may now use PHP's built in webserver to run the demo:

$ php -S localhost:8080 -t public