Clone the project
git clone https://github.com/cce-websitecoordinator/cce-website.gitGo to the project directory
cd cce-websiteInstall dependencies
pip install requirements.txtInstall Tailwind css
cd theme/static_srcnpm install Start Django Server
python manage.py runserverStart Tailwind Server
python manage.py tailwind start