Email me at hunter.white1801@gmail.com
Not having API keys will result in the app loading a blank screen and/or errors.
To get started, follow these steps:
- run
npm install
. cd
intofunctions
and runnpm install
.- While in the
functions
folder make a.env
file that has a varriable called STRIPE_KEY with the stripe key I gave you. - Go back to the
/src
directory and create a file calledfirebaseKeys.ts
and enter the firebase keys I gave you. - You should now be able to run
npm start