This repository is a demo project to verify the fixes applied in this pull request of the crispy-tailwind repository.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them
A step by step series of examples that tell you how to get a development environment running
git clone https://github.com/blasferna/crispy-tailwind-select-issue.git
cd crispy-tailwind-select-issue
pdm install
pdm run python manage.py migrate
pdm run python manage.py loaddata person_test_data
After installing the dependencies, you can start the project using:
pdm start
This will start the server and you can navigate to http://localhost:8000 to view the project.