# starter-theme **Repository Path**: mirrors_Automattic/starter-theme ## Basic Information - **Project Name**: starter-theme - **Description**: Theme development boilerplate. - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-06-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Starter Theme This is a theme development boilerplate. For detailed usage information, refer to the [documentation](docs/). ## Usage Start by cloning the repository: ```bash git clone git@github.com:Automattic/starter-theme.git ``` Initialize the project with: ```bash npm install && npm run build:all ``` To listen for changes and automatically compile Sass assets: ```bash npm run grunt:dev ``` To build the final theme deliverable, including *RTL styles* and *CSS Variables*: ```bash npm run build:theme ``` The generated theme will be available in **build/starter-theme.zip**.