Skip to content

yrosen/wds-blocks

 
 

Repository files navigation

WDS Blocks

buddy pipeline

A library of Gutenberg blocks.

WebDevStudios. Your Success is Our Mission.


Available Blocks

  • Accordion
  • Carousel

📝 Requirements


🚀 Installation

Clone the repo with Git:

git clone [email protected]:WebDevStudios/wds-blocks.git

Install dependencies:

npm i

💻 Development

Watch for changes:

npm run start

Build a production version:

npm run build

Other handy commands

Lint everything:

npm run lint

Lint JS:

npm run lint:js

Lint SCSS/CSS:

npm run lint:styles

Lint PHP:

composer run lint

Webpack Config (optional)

The optional webpack.config.js file includes the @wordpress/scripts defaults, along with an entry path for /src/frontend.js. The frontend entry path is conditionally included and is not a requirement. It can be safely deleted.


:octocat: Contributing and Support

Your contributions and support tickets are welcome. Please see our guidelines before submitting a pull request.

About

A library of Gutenberg blocks.

Resources

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 86.0%
  • SCSS 9.8%
  • PHP 4.2%