A WordPress theme for Botwiki, using HTML5 Blank as a starting point.
- Install WordPress.
- After you create your admin account, create a second account. An account with user ID 2 will be used as a maintenance account, for example, when someone submits a new bot, but isn't logged in, this account will be used as an author.
- Download/clone this repo and add it to your theme folder.
composer install
- Set this theme as your site theme.
- Install node.js.
- From inside the theme folder, run
npm install
. gulp
All source files are inside the src
folder.