ralfhortt/wordpress-theme-boilerplate

There is no license information available for the latest version (dev-master) of this package.

A WordPress Boilerplate Theme by Ralf Hortt

dev-master 2022-10-02 22:32 UTC

This package is auto-updated.

Last update: 2024-04-30 00:31:52 UTC


README

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