To run this project on your local environment, follow these steps:
-
Install Python dependencies:
pip3 install --user -r requirements.txt
-
Start the application:
python3 app.py
-
Open a new terminal.
-
Change directory to the
static
folder:cd medguide/static/
-
Install npm packages:
npm i
-
Build the CSS using Tailwind CSS:
npx tailwindcss -i ./src/style.css -o ./build/main.css --watch