Skip to content

Latest commit

 

History

History
73 lines (52 loc) · 1.68 KB

README.md

File metadata and controls

73 lines (52 loc) · 1.68 KB

Answer your audience's questions in real time.

🚀 NLW/Together


📑 Table of contents

📄 About

Layout on Figma: Letmeask – Figma

cover

🧪 Technologies

💻 Getting started

Requirements

  # Clone the repository
  $ git clone https://github.com/gjoao11/letmeask.git
  
  # Enter the project folder
  $ cd letmeask
  
  # Install the dependencies
  $ yarn
  
  # Run the application
  $ yarn start
  
  # Access the application in the browser
  http://localhost:3000

It is necessary to create a Firebase Realtime Database and add the settings in an .env file.

  REACT_APP_API_KEY="API Key"
  REACT_APP_AUTH_DOMAIN="Auth Domain"
  REACT_APP_DATABASE_URL="Database URL"
  REACT_APP_PROJECT_ID="Project ID"
  REACT_APP_STORAGE_BUCKET="Storage Bucket"
  REACT_APP_MESSAGING_SENDER_ID="Messaging Sender ID"
  REACT_APP_APP_ID="APP ID"

📝 License

This project is under the MIT License