A brief description of your app.
- Python 3.x
- Flask
- Install Tailwind CSS and its dependencies:
npm install -D tailwindcss postcss autoprefixer
- Initialize Tailwind CSS:
npx tailwindcss init
- Clone the repository:
git clone <repository-url>
- Navigate to the project directory:
cd <project-directory>
- Install the required packages:
pip install -r requirements.txt
To run the app, use the following command:
python app.py
Visit http://127.0.0.1:5000
in your web browser to access the app.