🍪

Getting Started

Please note: This is a Starter Theme meant for hacking and should not be used as a Parent Theme. No autoupdates will be available for the code base.

  1. Download the Starter Theme and unzip it in the /wp-content/themes directory of your WordPress instance
  2. Make sure that npm is installed on your system
  3. Open the Project folder in your Terminal/Shell and run the following command to install all required packages:
    $ npm install
  4. Run the watch script and start developing by editing the frontend SASS/JS assets:
    $ npm run watch
  5. After development run the build script to minify the assets for the live system:
    $ npm run build
  6. Go to https://them.es/setup to see how to setup and use the Theme on your instance