Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/megane42/win-streak-counter
A Widget for Streaming
https://github.com/megane42/win-streak-counter
Last synced: 7 days ago
JSON representation
A Widget for Streaming
- Host: GitHub
- URL: https://github.com/megane42/win-streak-counter
- Owner: megane42
- Created: 2021-05-04T15:57:12.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-24T08:34:05.000Z (over 3 years ago)
- Last Synced: 2024-11-07T22:12:33.766Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 267 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Win Streak Counter - A Widget for Streaming
## Requirements
- `npm install`
- Setup firebase
- Create firebase project
- Enable the services:
- FireStore
- Hosting
- Create `Web App` in the project
- [Get the Web App's config](https://support.google.com/firebase/answer/7015592?ref_topic=6400762) and put it into `.env`
- `npx firebase use --add PROJECT_ID`
- Config is saved at `.firebaserc` or `~/.config/configstore/firebase-tools.json`## Run dev server
- `npm run start`
- patch [this](https://github.com/facebook/create-react-app/pull/10706) to enable HMR using emacs## Deploy
- `npm run build`
- `npx firebase deploy`
- or `npx firebase deploy --only firestore:rules`