-
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
mattiasghodsian edited this page Apr 27, 2022
·
7 revisions
Iroh The WordPress Starter Theme For Developers
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.
.
├── acf-json
├── assets
│ ├── img
│ └── src
├── app
├── src
│ └── Helper
├── languages
├── node_modules
├── templates
│ ├── archive
│ ├── single
│ ├── taxonomy
│ └── parts
│ ├── acf-blocks
│ └── global
└── vendor
- Navigate to themes folder in your WordPress installation and clone the repository
$ git clone git@github.com:mattiasghodsian/Iroh.git
- Install composer dependencies
$ composer install
- Install npm packages
$ npm install