GamePress is a theme based on Automattic’s Underscores
You first need to clone this repository by entering the following commands:
$ cd /your/WordPress/wp-content/themes/
$ git clone [email protected]:codeablehq/gamepress.git
Now login into WordPress and activate the theme.
To make sure Gulp has all the dependencies installed on the computer, run:
$ npm install
$ bower install
Once that’s done, just run $ gulp
in your terminal and see the magic happen.
Licensed under GPLv2 or later, same as Underscores.