Skip to content

Horttcore/WordPress-Theme-Boilerplate

Repository files navigation

Aurora Theme

Documentation

Every folder contains a README.md with further instructions

Installation

$ composer create-project ralfhortt/wordpress-theme-boilerplate Check INSTALLATION.md for detailed installation steps

Build Process

Fonts

  • Set Google fonts url in fonts.list file
  • Run npm run fonts or yarn fonts for downloading google fonts

Production

  • Run npm run production or yarn production for production build

Development

  • Run npm run dev or yarn dev on development systems

Linters

Run npm run lint or yarn lint linting files

Fixers

Run npm run fix or yarn fix for auto fixing