This django-tailwindcss-automated package aims to speed up the setup process of the TailwindCSS within a Django project.
Before you dive in, make sure you have the following installed on your computer:
- Open your file explorer or terminal and create a folder for your Django project. You can do this by navigating to the directory where you want to create the folder and using the mkdir command (if you're using a terminal) or by right-clicking and selecting "New Folder" in your file explorer.
- In VSCode, go to "File" > "Open Folder..." and navigate to the folder you created {your_project_name}. Select the folder and click "Open".
- Open your terminal and install the package using pip.
pip install django_tailwindcss_automated
- In your terminal, run the following script to automate the setup.
automate
- Open another terminal and navigate to the {your_project_name} directory within your project folder
cd {your_project_name}
python manage.py runserver
- If you encounter any issues or have suggestions for improvements while using the django-tailwindcss-automated package, feel free to open an issue on Github Issues.