Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 570 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 570 Bytes

Wordpress Pukara starter theme

Usage

1. Clone the repository

git clone https://github.com/PukaraES/wordpress-boilerplate.git

2. Remove the .git folder

cd wordpress-boilerplate && rm -rf .git/

3. Configure your envs and start the local dev environment with docker-compose

docker-compose up -d

4. Install theme dependencies

cd themes/pukara-theme && yarn

5. Run gulp script to compile assets inside the theme folder

npx gulp

6. Install the theme and start to hack