This is a theme development boilerplate.
For detailed usage information, refer to the documentation.
Start by cloning the repository:
git clone [email protected]:Automattic/starter-theme.git
Initialize the project with:
npm install && npm run build:all
To listen for changes and automatically compile Sass assets:
npm run grunt:dev
To build the final theme deliverable, including RTL styles and CSS Variables:
npm run build:theme
The generated theme will be available in build/starter-theme.zip.