1.3.2 • Published 8 months ago

task-error-tracer-by-habi v1.3.2

Weekly downloads
-
License
-
Repository
-
Last release
8 months ago

React app

steps for running the app

  • clone or download project
  • open project directory on code editor
  • open terminal and run command "npm install"
  • add .env file to the root directory and add credentials like following VITE_GOOGLE_OAUTH_CLIENT_ID="your google client id from https://console.cloud.google.com/apis" VITE_BASE_URL="url of the api"
  • run command "npm run dev"