Skip to content

walopes/let-me-ask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

51e5c71 · Jul 31, 2021

History

47 Commits
Jul 18, 2021
Jun 27, 2021
Jul 18, 2021
Jul 18, 2021
Jun 27, 2021
Jun 25, 2021
Jul 31, 2021
Jul 18, 2021
Jul 18, 2021
Jul 18, 2021
Jun 27, 2021
Jul 18, 2021

Repository files navigation

Let Me Ask logo

letmeask - Ask me anything

Let me Ask is the place where you can ask anything and get responses from the community.

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

yarn eject

Note: this is a one-way operation. Once you eject, you can’t go back!

If you aren’t satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.

You don’t have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.

Firebase connection

In order to connect to Firebase, create a file on the project's root folder, name .env.local, that should contains the following data:

# Firebase

REACT_APP_API_KEY="BezTkyDtu2-Urg0sPPiABCPttL6771C-acod798"
REACT_APP_AUTH_DOMAIN="project-demo-21013.firebaseapp.com"
REACT_APP_DATABASE_URL="https://project-demo-21013-default-rtdb.firebaseio.com"
REACT_APP_PROJECT_ID="project-demo-21013"
REACT_APP_STORAGE_BUCKET="project-demo-21013.appspot.com"
REACT_APP_MESSAGING_SENDER_ID="499603662772"
REACT_APP_APP_ID="1:614426612885:web:7fg9b76d680523be88c80c"john@doe-

Hosting with firebase

Install the package

# npm install -g firebase-tools
$ yarn global add firebase-tools

Then, start the firebase locally

$ firebase login
$ firebase init

Build the application

$ yarn build
$ firebase deploy

Project Console: https://console.firebase.google.com/project/letmeask-demo-20961/overview Hosting URL: https://letmeask-demo-20961.web.app

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

About

An application for answer and question

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published