Documenting the PWA components and design patterns. Collection of resources for learning how to design a customized Magento storefront.
- Ruby
- Install project dependencies
bunlde install
- Start dev server. This server watches for changes in the src directory and updates using browser-sync.
cd src
bundle exec jekyll serve
src
: Source of Jekyll assets. All doc related work should be done in here.
_site
: Directory where jekyll creates the HTML files.
Gemfile
: Ruby gems used in the project.
_config.production.yml
: Production-specific configurations.