Every folder contains a README.md
with further instructions
$ composer create-project ralfhortt/wordpress-theme-boilerplate
Check INSTALLATION.md
for detailed installation steps
- Set Google fonts url in
fonts.list
file - Run
npm run fonts
oryarn fonts
for downloading google fonts
- Run
npm run production
oryarn production
for production build
- Run
npm run dev
oryarn dev
on development systems
Run npm run lint
or yarn lint
linting files
Run npm run fix
or yarn fix
for auto fixing