Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/santospatrick/letmeask
:speech_balloon: Realtime Q&A app made with React and Firebase
https://github.com/santospatrick/letmeask
firebase reactjs rocketseat-nlw
Last synced: 19 days ago
JSON representation
:speech_balloon: Realtime Q&A app made with React and Firebase
- Host: GitHub
- URL: https://github.com/santospatrick/letmeask
- Owner: santospatrick
- Created: 2021-06-21T00:31:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-27T00:43:05.000Z (over 3 years ago)
- Last Synced: 2024-11-09T17:46:41.692Z (3 months ago)
- Topics: firebase, reactjs, rocketseat-nlw
- Language: TypeScript
- Homepage: https://letmeask-staging.web.app
- Size: 694 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Let me ask
> 💬 Realtime Q&A app made with React and Firebase![Letmeask homepage](docs/letmeask.png)
## Development
1. Install dependencies
```
yarn
yarn dev
```2. duplicate `.env.example` into `.env.local` fulfulling variables as needed
## Production
1. Install Firebase CLI to deploy
```bash
yarn global add firebase-tools
firebase login # enter your credentials
yarn build
firebase deploy
```