Upgrading WP Customizer
Upgrading the wp-customizer​
- The guide is for upgrading the wp-customizer from Data Viz 2.0 to 3.0.
- This is a one-time process that needs to be done only once.
- Navigate to the
custom/wp-customizerdirectory - Run the following single command to upgrade the wp-customizer:
- npm
- pnpm
- Yarn
- Bun
npx @devgateway/upgrade-wp-customizer
pnpm dlx @devgateway/upgrade-wp-customizer
yarn dlx @devgateway/upgrade-wp-customizer
bun x @devgateway/upgrade-wp-customizer
- Install the dependencies:
- npm
- pnpm
- Yarn
- Bun
npm install
pnpm install
yarn install
bun install
- Run the development server:
- npm
- pnpm
- Yarn
- Bun
npm start
pnpm start
yarn start
bun start
- You can now start creating custom blocks.