Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 754 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 754 Bytes

CQ-Pay

Codeship Status for civicquarterly/cq-pay

Running Locally

Make sure you have Node.js installed.

git clone
cd cq-pay
npm install

Now you'll want to set up your environment variables for the Stripe integration. We'll need two:

  1. STRIPE_SECRET - this will be the secret token that Stripe gives you
  2. STRIPE_PLAN - this will be the id of your stripe plan

You can set your own by modifying the env-sample file with your data and renaming it to .env. Then you can run the app with npm start

Your app should now be running on localhost:3000.