Quick tutorial to run:
- Create a .env file in the website folder containing only the following line:
REACT_APP_API_KEY={ your Gemini API key }
- Navigate to the directory where the repository is located locally in the command line and enter the following commands:
cd website npm start