/wpgwinnett-theme

Primary LanguagePHPGNU General Public License v2.0GPL-2.0

WordPress Gwinnett theme

WordPress Gwinnett is an official WordPress meetup chapter, and this is the theme used to power our website.

We're using Mythic as a starter, because its

primary goal is to offer a modern development experience for WordPress theme authors while sticking as close to possible to WordPress standards as we can.

Requirements

There are a few requirements for using this theme or contributing:

  • PHP 5.6+ (preferably 7+).
  • Git for version control.
  • Composer for managing PHP dependencies.
  • Node 8+.
  • NPM or Yarn (your choice) for managing JS dependencies.

You should feel reasonably comfortable using the command line. The theme tries to keep this as simple as possible, but some command line knowledge is necessary in modern development.

Installation

  1. Fork this repo and clone to your wp-content/themes folder
  2. Open the command line utility on your computer, and in the theme folder you just cloned (e.g. wpgwinnett-theme), run the following to pull in the dependencies:
    > composer install
    > npm install
  3. Activate the theme

Copyright and License

The WordPress Gwinnett theme is licensed under the GNU GPL, version 2 or later.

© 2018, WordPress Gwinnett contributors.