dewynl/AirTableDinamicMenu
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
To run the app:
- Create virtual enviroment with virtualenv:
Command: virtualenv --python=python3 venv
- Activate Virtual Enviroment:
Command: source venv/bin/activate
- Install requirements using pip:
Command: pip install -r requirements.txt
- Run Flask Server:
Command: flask run
To add Google Chrome extension:
- Add the "chrome_extension" folder to extensions library with the "Load Unpacked Option".
- With the FLask App running, click the extension icon and wait for the response.