You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fork [this][wp-theme-base] repository on GitHub.
151
+
* Locally in your computer, open the `wordpress` directory in your text editor.
152
+
* Then navigate to the themes directory by running the command below on your terminal:
153
+
```shell
154
+
cd wp-content/themes/wp-theme-base
155
+
```
156
+
* Then clone your fork of [this][wp-theme-base] repository in the current directory.
157
+
* After successfully cloning the project, navigate to the `wp-theme-base` directory and run the command below on the terminal, to install all the necessary package dependencies:
158
+
```shell
159
+
composer install
160
+
```
161
+
One of the installed dependencies is `Queulat`,in-order to initialize Queulat in the project follow the instruction provided in this [link][quelat].
162
+
* Then you can proceed to run your server and activate the `wp-theme-base` in your local WordPress environment.
0 commit comments