Skip to content

gjoao11/letmeask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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