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 start
cd firebase/functions
npm install
cd ../..
yarn build
firebase deploy
To deploy just functions run this command
firebase deploy --only functions
See package.json.