Skip to content
mattiasghodsian edited this page Apr 27, 2022 · 7 revisions

Iroh

Iroh The WordPress Starter Theme For Developers

GPL-2.0 License Build Status Donate Ethereum

Overview

Iroh is a WordPress starter theme which includes some of our favorite tools, helpers and custom solutions, Gets you up and running in no time. Created by developers for developers.

Requirements

Theme structure

.
├── acf-json
├── assets
│   ├── img
│   └── src
├── app
├── src
│   └── Helper
├── languages
├── node_modules
├── templates
│   ├── archive
│   ├── single
│   ├── taxonomy
│   └── parts
│      ├── acf-blocks
│      └── global
└── vendor

Get started

  1. Navigate to themes folder in your WordPress installation and clone the repository
$ git clone git@github.com:mattiasghodsian/Iroh.git
  1. Install composer dependencies
$ composer install
  1. Install npm packages
$ npm install
Clone this wiki locally