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:
STRIPE_SECRET
- this will be the secret token that Stripe gives youSTRIPE_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.