Skip to content

Instantly share code, notes, and snippets.

View chikaman3's full-sized avatar

Chikaman3 chikaman3

  • Port Harcourt, Nigeria
  • 09:53 (UTC -12:00)
View GitHub Profile
@chikaman3
chikaman3 / Tailwind setup for Django.md
Created December 1, 2024 04:58 — forked from Iftakharpy/Tailwind setup for Django.md
How to add Tailwind CSS to your Django project

Requirements

  • Install Node.js and npm
  • Install Django with pip

Steps

  1. Start Django project
    django-admin startproject mysite
    
  2. Change working directory to the project directory