This is a child theme of Twenty Twenty-One and have a basic boilerplate frontend with Vite for Wordpress.
Use the package manager npm to install all dependencies.
npm install
Development enviroment
npm run dev
Production enviroment
npm run build
Run php code standard 'Required Composer' Linter
composer lint:wpcs
Auto FIxcomposer fix:wpcs
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.