Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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