How to Setup Magento 2.3 PWA Studio With Custom Theme
In Magento developer community, we see that there is an arising question about how to deploy one's own custom theme based on Venia concept of Magento PWA Studio. Since doing this yourself can be somewhat tricky, we have created a package that helps you do just that in the simplest way possible. In fact, it takes you only 4 simple steps. Let's do it! 1. Clone pwa-studio pwa-studio repository Clone the PWA Studio repository into your development environment. git clone https://github.com/magento-research/pwa-studio/ cd pwa-studio cp packages/venia-concept/.env.dist packages/venia-concept/.env 2. Modify package.json Modify package.json file. You can change "simi-studio" to any name you want. Under "workspaces": "workspaces": [ ... "packages/upward-spec", "packages/simi-studio" ], Under "scripts": "scripts": ... "watch:venia": "yarn workspace @magento/venia-concept run watch; cd - >/dev/...