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 installat the root directory. cdintofunctionsand runnpm install- create a file at
src/firebaseKeys.tsand use the keys I gave you. - create a file at
functions/.envand add a varriable calledSTRIPE_KEYand 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 startshould 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