This project requires the use of environment variables for configuration. Follow the instructions below to set up the necessary .env file.
- Install the dependencies:
npm install-
Create a new file named
.envin the root directory of the project. -
Open the
.envfile and add the following variables:
API_kEY=<your-gemini-api-key>
API_kEY is the api key in your Google AI Studio. GEMINI API key .
- Save the
.envfile.
npm start