Search & stash gifs from GIPHY
Clone the repository & go into it:
git clone https://github.com/rexept/gif-haven
cd gif-haven
Create a .env file with VITE_GIPHY_API_KEY specified.
Example for linux:
echo "VITE_GIPHY_API_KEY=XXXXXXXXXXXXXXXXX" >> .env
Run npm install && npm run dev
and you're good to go!