- 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 typeREACT_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/.