Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 554 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 554 Bytes

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in development mode.
Open http://localhost:3000 to view it in the browser.

yarn deploy

Will deploy all firebase resources: hosting, functions, rules.

yarn deploy:hosting & yarn deploy:functions

Will only deploy the respective services

cd functions; yarn shell

Will run firebase functions locally.