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

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

  1. cd ~/project-folder
  2. git clone [email protected]:tetloose/tetloose-wp.git --recurse-submodules
  3. git 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

Scripts

Wordpress