AMP oriented theme for Twig template engine
PHP >= 7.0
The easiest way to install this bundle is using Composer
$ composer require benatespina/amp-twig-theme
All the documentation is stored in the docs
folder.
You can easily start a simple application based on Symfony framework to test the AMP Twig theme.
$ cd tests/Application
$ bin/console assets:install --symlink --relative
$ bin/console --docroot=public
$ open http://127.0.0.1:8000
This library follows Twig coding standards, so pull requests need to execute the Allocine's TwigCs. In order to simplify we provide a Composer script that wraps all the commands related with this process.
$ composer run-script cs
There is also a policy for contributing to this bundle. Pull requests must be explained step by step to make the review process easy in order to accept and merge them.
This theme is created by:
@benatespina - benatespina@gmail.com