Skip to content

Latest commit

 

History

History
executable file
·
47 lines (29 loc) · 1.25 KB

File metadata and controls

executable file
·
47 lines (29 loc) · 1.25 KB

Inhabitent Camping Supply Co.

A WordPress e-Commerce site with a custom-built theme and custom-built plugins.

Image

Built With

Personal learnings

  • First time working with and implementing Wordpress hierarchy
  • First time working with and implementing PHP for custom-built theme and plugins
  • This project reinforced knowledge in Wordpress CMS and PHP admin panel, CSS grid, and SASS.

Authors

Installing

A step by step series of examples that tell you how to get a development environment running

  1. Download me (don't clone me!)
Then add me to your wp-content directory.
  1. 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.
  1. 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).