Skip to content

Files

Latest commit

84c34f5 · Jun 7, 2021

History

History
21 lines (14 loc) · 402 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 402 Bytes

CROWN Clothes e-commerce app made with ReactJS

Heroku configuration

Add the heroku remote:

heroku git:remote -a crown-e-commerce

Remove the mars builpack:

heroku buildpacks:remove https://github.com/mars/create-react-app-buildpack.git

Set the Stripe key to heroku environment variables

heroku config:set STRIPE_SECRET_KEY=your_stripe_key_without_quotes