Contributing
Contributions to crispy-tailwind are very welcome!
Here are some notes on how to get setup with a development environment.
Clone the
crispy-tailwindrepo from GitHub.Create a new virtual environment and install the development requirements from
requirements.txt.Install
crispy-tailwindas 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-projecthelpful to see the rendered output of the package.
Clone the
tailwindbranch of that project.Install the dependencies.
Install
crispy-tailwind.pip install -e path/to/crispy-tailwind