Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added details about running firebase emulator
  • Loading branch information
BryceMarshall authored Oct 31, 2023
1 parent 5434e2b commit 4bda5e0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ CIOOS Metadata entry form

This will start a hot-reloading dev server. Click on the link that it outputs to open in your browser.

### Running the Firebase emulator

Install firebase CLI [as described here](https://firebase.google.com/docs/emulator-suite/install_and_configure).

Run `firebase emulators:start` from the `firebase-functions/functions` directory.
Redirect function calls to this emulator by uncommenting the call to `useFunctionsEmulator` in [firebase.js](firebase.js).

## Deploy to testing site at GitHub pages

Pushes to master automatically deploy to <https://cioos-siooc.github.io/metadata-entry-form/>
Expand Down

0 comments on commit 4bda5e0

Please sign in to comment.