Project for TAMUHack 2022!
To run the firebase function, download the credentials json file and rename it to permissions.json. Put this file in the functions folder.
Make sure to change the node version to 14 using the command nvm use lts/fermium.
Then install all packages by using the following functions:
cd client && yarn install && cd ../functions && yarn install