This block was scaffolded with Create Block tool.
Starting from the root directory of your WordPress site.
cd wp-content/plugins
to move into the plugins directory.git clone [email protected]:PortableStudios/WebC-WordPress-Block.git pds-hero
to clone the repo into thepsd-hero
directory.
Starting from the root directory of your WordPress site.
cd wp-content/plugins/pds-hero
to move into the block plugin's directory.yarn install
to install the dependencies.yarn start
to start the Webpack HMR.