Clone the project
git clone https://github.com/cce-websitecoordinator/cce-website.git
Go to the project directory
cd cce-website
Install dependencies
pip install requirements.txt
Install Tailwind css
cd theme/static_src
npm install
Start Django Server
python manage.py runserver
Start Tailwind Server
python manage.py tailwind start