Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.
/ doc-starter Public archive

Start your new documentation project by forking this repository.

Notifications You must be signed in to change notification settings

commerce-docs/doc-starter

Repository files navigation

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.

About

Start your new documentation project by forking this repository.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published