Contributing
Contributions to crispy-tailwind
are very welcome!
Here are some notes on how to get setup with a development environment.
Clone the
crispy-tailwind
repo from GitHub.Create a new virtual environment and install the development requirements from
requirements.txt
.Install
crispy-tailwind
as well.pip install -e .
Make sure you can run the test suite locally.
pytest --ds=tests.test_settings
After making documentation changes, build the HTML and review the rendered output via http://localhost:8000 in your browser.
cd docs && make html cd _build/html && python -m http.server
You may find the
crispy-test-project
helpful to see the rendered output of the package.
Clone the
tailwind
branch of that project.Install the dependencies.
Install
crispy-tailwind
.pip install -e path/to/crispy-tailwind