Skip to content

pukara-dev/blog.pukara.dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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