Twig CS Fixer website
Running Locally
Get the code:
git clone
cd twig-cs-fixerInstall dependencies and run the server:
composer installRun the Symfony server in detached mode:
symfony server:start -dDocumentation pages
php bin/update.php
Will update pages in the docs directory.
Build static
php bin/build.php
Will build all pages in the bin/public directory.