Adobe Commerce Stripe Demo: FURNI
- Preview: https://main--stripe-demo--ensemblesystems.hlx.page/
- Live: https://main--stripe-demo--ensemblesystems.hlx.live/
npm i
npm run lint
- Create a new repository based on the
helix-project-boilerplate
template and add a mountpoint in thefstab.yaml
- Add the helix-bot to the repository
- Install the Helix CLI:
npm install -g @adobe/helix-cli
- Start Franklin Proxy:
hlx up
(opens your browser athttp://localhost:3000
) - Open the
{repo}
directory in your favorite IDE and start coding :) - Follow https://stripe.com/docs/connectors/adobe-commerce to set up stripe connector for Adobe Commerce
- Replace Adobe Commerce Graphql Endpoint, Stripe Public Key, Stripe Client Secret in scripts/config.js to run the project locally.