ralfhortt / wordpress-theme-boilerplate
A WordPress Boilerplate Theme by Ralf Hortt
Installs: 31
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 5
Open Issues: 3
Type:wordpress-theme
Requires
This package is auto-updated.
Last update: 2024-10-30 01: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
oryarn fonts
for downloading google fonts
Production
- Run
npm run production
oryarn production
for production build
Development
- Run
npm run dev
oryarn 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