-
git clone https://github.com/LikeLion-at-DGU/2025-simba-3-leader200nam.git
-
cd 2025-simba-3-leader200nam
-
python -m venv venv
-
source venv/bin/activate # Mac/Linux venv\Scripts\activate # Windows
-
pip install pipenv
-
python manage.py makemigrations
-
python manage.py migrate
-
python manage.py runserver