A custom WordPress theme, created for the Providence Preservation Society.
- clone the repo into your wp-content/themes folder
- run
npm install
- to track Sass changes, run
compass watch
from the root directory
The CSS on this project was written in Sass and compiled using Compass. The CSS files are not tracked in this repo, so you will need to run the compiler to have the website not look terrible in your environment. Please do not edit the CSS files directly!
$ compass watch
From the root of the theme folder (J's root):
$ cd vvv/www/wordpress-default/public_html/wp-content/themes/pps