Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 704 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 704 Bytes

RED Starter

A WordPress starter theme for RED Academy students, forked from Underscores.

Installation

1. Download me (don't clone me!)

Then add me to your wp-content directory.

2. Rename the redstarter-master directory

Make sure that the theme directory name is project appropriate!

3. Install the dev dependencies

Next you'll need to run npm install inside your theme directory next to install the node modules you'll need for Gulp, etc.

4. Update the proxy in gulpfile.js

Lastly, be sure to update your gulpfile.js with the appropriate URL for the Browsersync proxy (so change localhost[:port-here]/[your-dir-name-here] to the appropriate localhost URL).