Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 716 Bytes

local_set-up.md

File metadata and controls

11 lines (10 loc) · 716 Bytes

Local set-up 💻

This is a web app made using react.js library, npm package manager and firebase.
  • First make sure you have installed node.js
  • Now fork the repo and clone it.
  • Run npm install.
  • Now go to firebase console and create a new project.
  • Copy and paste the config details of your project into the firebase.utils.jsx file.
  • Make an account in edenai and copy the api key
  • Now create an .env file and type REACT_APP_API_KEY= paste your api key.
  • Now go to the terminal and run npm start, your app would be running in http://localhost:3000/.