This is a theme development boilerplate.
For detailed usage information, refer to the documentation.
Start by cloning the repository:
git clone git@github.com:Automattic/starter-theme.gitInitialize the project with:
npm install && npm run build:allTo listen for changes and automatically compile Sass assets:
npm run grunt:devTo build the final theme deliverable, including RTL styles and CSS Variables:
npm run build:themeThe generated theme will be available in build/starter-theme.zip.