Project GitHub Stars
1
Project GitHub Watchers
1
Project Link
A demo application has been written in Slim Framework 3 that shows each evolution type running as well as some extra test cases like color sorting. This can be seen in the /demo directory. The application also features a couple of interactive forms that allow individuals to be selected and fed into the next generation.
Composer Commands
The application comes with a couple of composer commands in order to streamline common tasks.
Start Demo
To start the demo application run the following from the root directory.
composer start
You can now open a web browser and go to localhost:8000 in order to view the demo.
Test
To run all of the unit tests for the application run the following from the root directory.
composer test