Front-end application for Remote Shiva
Main branch for development is develop
Make sure you have local copies of .env and .env.development.local .env is just empty strings .env.development.local has the actual values
git clone https://github.com/remoteshiva/browser-app.git
cd ..
git checkout develop
yarn install
yarn startcd firebase/functions
npm install
cd ../..
yarn build
firebase deployTo deploy just functions run this command
firebase deploy --only functionsSee package.json.