BACKEND
This repository contains all the endpoints used to support CruzHacks 2022. Developed with firebase, javascript, jest.
=======
- Clone this repository
- Set githooks with
git config core.hooksPath ./.githooks
- Navigate to the
/functions
of the repository and runyarn
which will install all the dependencies - Running
yarn serve
will begin the firebase emulators
========
yarn serve
starts a development server with firebase emulatoryarn lint
runs the linter for all filesyarn test
runs the jest testing suite
Can be obtained by running firebase functions:config:get > .runtimeconfig.json
within your /functions
directory
Function variables can be set with firebase functions:config:set example.key="value" -P <default/production>
to set the variable of the desired branch