Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 239 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 239 Bytes

Setup

  1. Create a .env file in the root of the project and add the following environment variables:
REACT_APP_GEMINI_API_KEY=
  1. Install the dependencies:
npm install
  1. Run the app:
npm start