https://github.com/chdsbd/foodieyak
https://github.com/chdsbd/foodieyak
firebase react typescript
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chdsbd/foodieyak
- Owner: chdsbd
- Created: 2023-01-02T23:18:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-20T16:32:49.000Z (almost 2 years ago)
- Last Synced: 2025-02-21T18:42:02.681Z (over 1 year ago)
- Topics: firebase, react, typescript
- Language: TypeScript
- Homepage: https://foodieyak.com
- Size: 945 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# foodieyak
> Keep track of good and bad food
[site](https://foodieyak.com) | [staging site](https://staging.foodieyak.com)
## Prior Art / Alternatives
| name | created |
| --------------------------- | ----------------------------------------------------- |
| [Beli](https://beliapp.com) | [2019-07-26](https://www.whois.com/whois/trybeli.com) |
## dev
### ui
dev
```sh
cd ui
yarn
yarn dev
# NOTE: make sure to open on localhost:$PORT rather than 127.0.0.1:$PORT to make
# google maps work locally
```
Deployment is automatic.
### updating firestore rules
Use the Firebase console and copy paste the result into the repo once it's
working.
### updating functions
Deploying changes to these is currently manual and requires using the firebase
cli.