/qna-portal

Primary LanguageJavaScript

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