A Salesforce Commerce Cloud (Demandware) Cartridge for Developers.
- 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.
- Unzip and Rename the folder to
sfcc_developers_core - Move
sfcc_developers_coreinto the root of your SFCC Project - Add
sfcc_developers_coreto project or global.gitignore - Add
sfcc_dev_toolsto Business Manager StorefrontCartridgesPath - Review Usage Instructions in each Cartridges README.md
Interested in making this tool better? Fork this Repository and we'll gladly accept Pull Requests.
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 productionOnce you have something you would like to share, check out our Contribution Guide.
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.