mukul0596 / qna-portal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setting up project

  1. Create a firestore project
  2. Create .env.local file in the root directory of the project
  3. Copy and paste the projectId and api key from firebase settings to .env.local file in variable name REACT_APP_FIRESTORE_PROJECT_ID and REACT_APP_FIRESTORE_API_KEY respectively
  4. Run npm install to install the dependencies
  5. Finally run the project with npm start

About


Languages

Language:JavaScript 51.6%Language:CSS 35.1%Language:HTML 13.3%