Create a new WordPress theme
Let's create a new theme!
Navigate to your WordPress theme folder and run the following command:
git clone git@github.com:infinum/eightshift-boilerplate.git
cd eightshift-boilerplate
composer install
bun install
bun build
What is next?
Now that we've set the theme up on your local environment, let's do something with it.
Please make sure you read the Basics chapter to understand better how the project is set and what is included to make your developing experience as smooth as possible.