$ npm start
    Starts the build for development.

$ npm run build
  Builds the code for production.

$ npm run format
  Formats files.

$ npm run lint:css
  Lints CSS files.

$ npm run lint:js
  Lints JavaScript files.

$ npm run packages-update
  Updates WordPress packages to the latest version.

To enter the folder type:

  $ cd pm-blocks

You can start development with:

  $ npm start