Skip to content

Latest commit

 

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