Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 691 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 691 Bytes

PDS Hero

This block was scaffolded with Create Block tool.

Installation

Starting from the root directory of your WordPress site.

  1. cd wp-content/plugins to move into the plugins directory.
  2. git clone [email protected]:PortableStudios/WebC-WordPress-Block.git pds-hero to clone the repo into the psd-hero directory.

Development

Starting from the root directory of your WordPress site.

  1. cd wp-content/plugins/pds-hero to move into the block plugin's directory.
  2. yarn install to install the dependencies.
  3. yarn start to start the Webpack HMR.