forcedotcom / commerce-on-lightning

An SFDX Plugin to setup a B2C or B2B Store
BSD 3-Clause "New" or "Revised" License
64 stars 75 forks source link

Better documentation needed #191

Closed peterTrifecta closed 10 months ago

peterTrifecta commented 1 year ago

In looking at the README file it is not clear what to do with this repo.

I ran sfdx commerce:store:create --store-name test-store since the description said "Comprehensive create and set up a store. ". However, I got the error ERROR running commerce:store:create: This command requires a username. Specify it with the -u parameter or with the "sfdx config:set defaultusername=<username>" command. which must be because I didn't run the command to create a scratch org first and/or because I didn't have a definition file set up, though I haven't modified this repo yet, so who knows????

The question is which one command or series of commands need to be run to start with nothing and then have a fully operational store, complete with products, users, and everything in a scratch org. That should be near the top of the README.

github-actions[bot] commented 1 year ago

Thank you for filing this issue. We appreciate your feedback and will review the issue as soon as possible. Remember, however, that GitHub isn't a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, contact Salesforce Customer Support.

tarcang commented 1 year ago

Hello @peterTrifecta , have you checked docs/setup-guide.md? It could be what you are looking for. That is our step-to-step guide to create a store using the commerce-on-lightning plugin.