A WordPress starter theme for the Quotes on Dev project, forked from Underscores.
Then add me to your wp-content/themes
directory.
Make sure that the theme directory name is project appropriate! Do you need starter
or master
in the directory name?
Next you'll need to run npm install
inside your theme directory to install the npm packages you'll need for Gulp, etc.
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).
And now would be a good time to git init
:)