Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 675 Bytes

File metadata and controls

35 lines (28 loc) · 675 Bytes

browser-app

Front-end application for Remote Shiva

Development

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

Deploying

cd firebase/functions
npm install
cd ../..
yarn build
firebase deploy

To deploy just functions run this command

firebase deploy --only functions

Stack and build scripts

See package.json.