/TI-wp-foundation-theme

Wordpress theme for TI swag platform

Primary LanguageCSSCreative Commons Zero v1.0 UniversalCC0-1.0

Tunapanda Wordpress Foundation Theme

This is a Wordpress Theme using Foundation for Sites 6 for the Tunapanda swag platform

The Underscores Wordpress Starter Theme was used as a starting point for this theme and many Foundation setup features were borrowed from the JointsWP Theme.

Follow the instructions below to get started.

Installation

To use this template, your computer needs:

Instructions

Install Node:

Follow the instructions for your operating system at nodejs.org (NPM should be installed as part of the Node installation).

Install Bower:

npm install -g bower

Install Git:

Download and install the appropriate package for your operating system from here.

Install the Foundation CLI with this command:

npm install foundation-cli --global

Download or Clone this Repo Download or Clone this repo into your themes folder.

Setup

To manually set up the template, first download it with Git:

git clone https://github.com/tunapanda/TI-wp-foundation-theme <folder-name>

Then open the folder in your command line, and install the needed dependencies:

npm install
bower install

Finally, run npm start to run the Sass compiler. It will re-run every time you save a Sass file.