markshust / commerce-php

Source of the Commerce PHP Extensions guide

Home Page:https://developer.adobe.com/commerce/php/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Commerce PHP Documentation

This site uses Yarn 3 to manage package dependencies. If you do not have Yarn 3 installed, follow these instructions:

  1. Install Node.js LTS. At the time of writing, the latest LTS version is v16.15.1.

  2. Install Yarn 3 by running the following command:

    corepack enable

Corepack is a binary shipped with all Node.js releases starting from 16.10.

  1. Update Yarn to the latest version by running the following command:

    yarn set version stable
  2. Make sure you are now using version 3.2.2 of Yarn:.

    yarn --version

That's it. For more information on Yarn 3 usage, see Yarn usage.

How to build the documentation

To build this site locally and contribute changes, follow these steps:

  1. Fork the repo into your own account, then clone it to a local directory.

    git clone git@github.com:AdobeDocs/commerce-php.git
  2. In the repo's root, run this command to install dependencies:

    yarn install
  3. Run this command to build the site locally and auto-launch your browser:

    yarn dev

Using enhanced markdown features

To learn about all the enhanced markdown features you can use, see the Adobe I/O Theme README. Highlights include:

About

Source of the Commerce PHP Extensions guide

https://developer.adobe.com/commerce/php/

License:Other


Languages

Language:JavaScript 99.4%Language:Shell 0.6%