## WordPress 環境の立ち上げ

`$ npm install`

`$ npm run start`

## ZIP 化

`$ npm run zip`

## プラグインのアンインストール、初期化

`$ npm run uninstall`

`$ npm run start`

## 初期化 + ユーザー作成

※ ポート指定することで別ユーザーが作成されます
`$ npm run uninstall`

`$ npm run start -port=xxxx`
