Campaign site for Pablo Escobar's fake election.
- Custom WordPress theme
- Every field can be edited
- Custom post types / roles
- Templates use twig
- WordPress
4.6.1 - Timber
1.1 - ACF
4.4.11 - PHP
7.0/ MySQL5.6
- Apache server with PHP 7+ and MySQL 5.6+
composer(if you have Homebrew:brew install composer)yarn(ornpm)gulp(yarn global add gulp-cliornpm i -g gulp-cli)
git clone https://github.com/jclerc/escobar-wordpress.git
cd escobar-wordpressThen:
- Create a new MySQL database (name:
wpescobar, charset:utf8mb4_unicode_ciand import the filewpescobar.sql - Check
wpescobar/wp-config.phpto ensure database credentials are correct cdtowpescobar/wp-content/themes/WP-Escobar, and runcomposer installto fetch dependenciescdtowpescobar/wp-content/themes/WP-Escobar/assets, and runyarn(ornpm i) to fetch dependencies- In this last directory, run
gulpto build assets and watch for changes - Lastly, start the webserver in the
wpescobardirectory!
