/pack3434

Wordpress Theme for Pack3434.org

Primary LanguagePHPOtherNOASSERTION

A complete boilerplate for custom Wordpress theme development.


Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install the software and how to install them

Installing

A step by step series of examples that tell you have to get a development env running

Step 1 - Navigate to Wordpress' themes folder:

cd ../wp-content/themes

Step 2 - Clone the repo. From your CLI, run:

git clone https://github.com/jdhillen/pack3434.git

Step 3 - Navigate to cloned folder:

cd pack3434

Step 4 - Install NPM Dependencies:

npm install

Step 5 - Build for dev with browser-sync:

gulp watch

Step 6 - Build for prod with minified js and css files:

gulp build

Built With

Acknowledgments

Versioning

I use SemVer for versioning. For the versions available, see the tags on this repository.

License

This project is available under the MIT LICENSE.