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: 3 months 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 (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-27T00:43:05.000Z (about 5 years ago)
- Last Synced: 2025-01-05T05:13:24.537Z (over 1 year 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

## 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
```