Skip to content

gonelr/starter-theme

 
 

Repository files navigation

Starter Theme

This is a theme development boilerplate.

For detailed usage information, refer to the documentation.

Usage

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.

About

Theme development boilerplate.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 76.8%
  • CSS 15.8%
  • PHP 7.4%