Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.64 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.64 KB
  ________________      ________                      
 /_  __/ ____/ __ \_  _/_  __/ /_  ___  ____ ___  ___ 
  / / / __/ / / / / |/_// / / __ \/ _ \/ __ `__ \/ _ \
 / / / /___/ /_/ />  < / / / / / /  __/ / / / / /  __/
/_/ /_____/_____/_/|_|/_/ /_/ /_/\___/_/ /_/ /_/\___/ 
                                                      

TEDxTheme

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.

Requirements

  • PHP 5.4 or greater
  • MySQL 5.0 or greater
  • The mod_rewrite Apache module
  • A recent version of WordPress

Installation (Developers)

Development

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 dependencies
  • gulp watch - Starts the Grunt task that builds css and js. Also has a livereload server running
  • gulp vendor-js vendor-css - Concats and minifies Bower dependencies into a single plugin.min.js file. These dependencies are declared in the Gulpfile.js. To add a new plugin we recommend installing it with Bower and then declaring it in the gulp file.