in your terminal (make sure you are in project directory), run:
installs all dependencies for the project
Builds the app for production to the build
folder.
It correctly bundles extension in production mode and optimizes the build for the best performance.
Navigate to chrome://extensions and click 'load unpacked'
Select build folder
Each time you add code and want to test, build again and click the refresh button on the extension from chrome://extensions
whenever errors occur in the extension, clear them before refreshing the extension
create a .env file at the root of the project. inside of the file assign the following environment variables:
REACT_APP_OPENAI_API_KEY="PLACE KEY HERE"
REACT_APP_YOUTUBE_API_KEY="PLACE KEY HERE"
.env files are ignored by git via .gitignore, do not edit that file