Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 265 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 265 Bytes

To Start

Set environment variables:

STRIPE_SECRET_KEY (your stripe Secret key)

STRIPE_PUBLISHABLE_KEY (your stripe Publishable key)

To Initialize

npm install

To Run

npm start

The App will will accessible from localhost:3000