- Nandika Jain
- Jishnu Raj Parashar
- Rishit Gupta
- Divyansh Rastogi
- Open shell and navigate to:
MemeExtension / services
- Run
pip3 install -r requirements.txt
(In case requirements are not installed / also can be done on a virtual env) - Run
python3 main.py
-
Open shell and navigate to:
MemeExtension / meme-extension
-
Run
npm install
-
Run
npm i webpack -g
andnpm i webpack-cli -g
-
Run
webpack
ornpm run build
-
To install in Chrome
-
Head over to
chrome://extensions
Toggle "Developer mode" on.
-
Click Load unpacked.
-
Upload the dist folder to chrome.
-