/starter-theme

Theme development boilerplate.

Primary LanguageJavaScriptGNU General Public License v2.0GPL-2.0

Starter Theme

This is a theme development boilerplate.

For detailed usage information, refer to the documentation.

Usage

Start by cloning the repository:

git clone git@github.com: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.