Install Firebase Tools globally
npm install -g firebase-tools
Install dependencies
yarn install
Start dev server locally
yarn start
Automatically build and deploy by using
# Deploy to staging
yarn release:dev
# Deploy to production
yarn release:prod
Build and deploy by running the commands below. You might have to log in to firebase at some point. After deploy has completed, you'll be able to reach the app at these URLs
- Production: https://fornby-web.firebaseapp.com
- Staging: https://fornby-web-staging.firebaseapp.com
# Build locally
yarn build
# Deploy
firebase deploy
To edit app settings, go to https://console.firebase.google.com/project/fornby-web/overview