Skip to content

doubledropco/blocklib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webpack TypeScript WordPress Sass WordPress Plugin

WordPress Plugin Boilerplate

Development

Install PHP dependencies with Composer. Install Frontend dependencies with Yarn.

composer installs
yarn install
Start frontend development
yarn dev
Build frontend assets for production
yarn build
Run php unit tests
composer run-script test
Lint the backend
composer run lint

# or

composer run lint:fix
Lint the frontend
yarn run lint

# or to auto fix

yarn run lint:fix

About

A collection of Gutenberg Blocks for WordPress

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages