Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 599 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 599 Bytes

MedGuide

To run this project on your local environment, follow these steps:

  1. Install Python dependencies:

    pip3 install --user -r requirements.txt
  2. Start the application:

    python3 app.py
  3. Open a new terminal.

  4. Change directory to the static folder:

    cd medguide/static/
  5. Install npm packages:

    npm i
  6. Build the CSS using Tailwind CSS:

    npx tailwindcss -i ./src/style.css -o ./build/main.css --watch