matthewhaworth / venia-pwa-concept

⚠️Experimental playground of the new PWA theme for Magento 2 based on the Peregrine component library and Buildpack tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Venia PWA Concept

CircleCI

Setup

  1. Clone the Magento 2 Vagrant setup locally
  2. Open the Vagrantfile, and find config.vm.synced_folder '.', '/vagrant', disabled: true. Then, before that line, add config.vm.synced_folder '/Users/me/venia-pwa-concept', '/Users/me/venia-pwa-concept', type: "nfs", create: true, where the specified path is the absolute path locally to your copy of this repository
  3. Go through the normal setup process for the Vagrant box (./init-project).
  4. On your host, cd to magento2-vagrant-for-developers/magento2ce/app/code/Magento, and run ln -s /Users/me/venia-pwa-concept/module Pwa
  5. On your host, cd to magento2-vagrant-for-developers/magento2ce/app/design/frontend/Magento, and run ln -s /Users/me/venia-pwa-concept/theme-frontend-venia venia
  6. Login to /admin, and change your store's theme to venia

About

⚠️Experimental playground of the new PWA theme for Magento 2 based on the Peregrine component library and Buildpack tools


Languages

Language:JavaScript 69.0%Language:PHP 16.0%Language:CSS 14.5%Language:HTML 0.6%