STRIPE_KEY for functions/.env
API keys for src/firebaseKeys.ts
.
Contact me at [email protected] to get them.
To get started, follow these steps:
- run
npm install
at the root directory. cd
intofunctions
and runnpm install
- create a file at
src/firebaseKeys.ts
and use the keys I gave you. - create a file at
functions/.env
and add a varriable calledSTRIPE_KEY
and enter the Stripe API key I gave you - Once all the dependancies are installed and the API keys have been entered in their appropriate place, running
npm start
should spin up the local development branch
Note: the firebase keys and Stripe keys can be replaced with your own, if you so wish to test with your own Firebase and Stripe keys