- Clone this repository
- Copy .env.example into .env and fill the required firebase credentials
- Create /src/serviceAccount.json (get this service account from firebase)
- Create /src/serviceAccountCloudStorage.json (you can create this on gcp)
- Run
yarn install
- Run
yarn start
to start the server