Home - tetloose/tetloose-wp GitHub Wiki
Tetloose-WP
Is a custom Wordpress framework that uses Bedrock Wordpress.
Recommended VSCode Extensions
cmd shift p then type recommended.
The sidebar will open with a list of recommended extensions to be installed.
'Workspaces' is a great plugin that allows you to show hide files.
See Workspaces docs.
Core
- Tetloose-Pattern-Library Wordpress Pattern Library
- Tetloose-Theme Wordpress Theme
- Tetloose-Styles SCSS starter package
- Tetloose-ACF Advanced custom fields Pro - scraper
Features
- Favicon generation
- Icon generation from icomoon
- PHP linting
- Typescript
- SCSS modules
- SCSS
- Vitest
- WCAG AAA
- Performance optimized with dynamic Module loading
Clone the project
cd ~/project-foldergit clone [email protected]:tetloose/tetloose-wp.git --recurse-submodulesgit checkout -b develop
Issues
There is a rare issue that happens randomly with PHPCS linting while running yarn dev, the linting function lags out and everything freezes while it waits for PHPCS lint to return.
If this happens, cancel yarn dev then run yarn serve. This will bypass the php function, as yarn dev has already populated the project with components and assets, we just need to serve it.
Docs
Development
- WEBPACK CHUNKS >>
- COMPONENTS >>
- TYPESCRIPT >>
- SCSS-MODULES >>
- SCSS >>
- TESTING >>
- UTILITIES >>
- ICONS >>
- FAVICON >>