Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 2.15 KB

README.md

File metadata and controls

48 lines (32 loc) · 2.15 KB

Logo

SFCC Developers Core - SFCC Cartridge

A Salesforce Commerce Cloud (Demandware) Cartridge for Developers.

Cartridges

  • Dev Tools - Developer Tools for Debugging your Storefront

⚠️ NOTICE: The author of the Dev Console has requested their cartridge be relocated to their personal GitHub account for future development. You can locate this cartridge at its New Home.

Installation

Download

  1. Unzip and Rename the folder to sfcc_developers_core
  2. Move sfcc_developers_core into the root of your SFCC Project
  3. Add sfcc_developers_core to project or global .gitignore
  4. Add sfcc_dev_tools to Business Manager Storefront Cartridges Path
  5. Review Usage Instructions in each Cartridges README.md

Contributing

Interested in making this tool better? Fork this Repository and we'll gladly accept Pull Requests.

Developer Setup:

git clone https://github.com/opensfcc/sfcc_developers_core.git
cd sfcc_developers_core
npm install
npm run dev # one time build for development
npm run watch # watch for changes and build for development
npm run build # one time build for production

Once you have something you would like to share, check out our Contribution Guide.

Contribution Guide

Disclaimer

The trademarks and product names of Salesforce®, including the mark Salesforce®, are the property of Salesforce.com. OpenSFCC is not affiliated with Salesforce.com, nor does Salesforce.com sponsor or endorse the OpenSFCC products or website. The use of the Salesforce® trademark on this project does not indicate an endorsement, recommendation, or business relationship between Salesforce.com and OpenSFCC.