________________ ________
/_ __/ ____/ __ \_ _/_ __/ /_ ___ ____ ___ ___
/ / / __/ / / / / |/_// / / __ \/ _ \/ __ `__ \/ _ \
/ / / /___/ /_/ /> < / / / / / / __/ / / / / / __/
/_/ /_____/_____/_/|_|/_/ /_/ /_/\___/_/ /_/ /_/\___/
This theme has been designed and coded by The Working Group and TEDxToronto in the hopes that other TEDx organizations will find this easy to use to promote and manage their own events.
- PHP 5.4 or greater
- MySQL 5.0 or greater
- The mod_rewrite Apache module
- A recent version of WordPress
cd /wordpress/wp-content
git clone git@github.com:twg/TEDxTheme.git
- Install the plugin dependencies:
We've done our best to setup an efficient workflow using Gulp.js and Bower. You'll need to have npm
installed before getting started. Development requires an understanding of the following commands:
npm install
- Install development dependenciesgulp watch
- Starts the Grunt task that builds css and js. Also has a livereload server runninggulp vendor-js vendor-css
- Concats and minifies Bower dependencies into a singleplugin.min.js
file. These dependencies are declared in theGulpfile.js
. To add a new plugin we recommend installing it with Bower and then declaring it in the gulp file.