Skip to content

remoteshiva/browser-app

Repository files navigation

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.

About

Front-end application for Remote Shiva

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published