Skip to content
This repository was archived by the owner on Jan 24, 2023. It is now read-only.

Latest commit

 

History

History
42 lines (24 loc) · 689 Bytes

File metadata and controls

42 lines (24 loc) · 689 Bytes

Magento store design documentation

Documenting the PWA components and design patterns. Collection of resources for learning how to design a customized Magento storefront.

Prerequisites

  • Ruby

Setup

  1. Install project dependencies

bunlde install

  1. Start dev server. This server watches for changes in the src directory and updates using browser-sync.
cd src
bundle exec jekyll serve

Directories

src

: Source of Jekyll assets. All doc related work should be done in here.

_site

: Directory where jekyll creates the HTML files.

Files

Gemfile

: Ruby gems used in the project.

_config.production.yml

: Production-specific configurations.