Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 360 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 360 Bytes

Team Name

Source code of Team Name's collaboration website

Installation

git clone [email protected]:TeamNameBE/Ctf-Platform.git
python3 -m venv ve
source ve/bin/activate
pip install -r requirements.txt
./manage.py tailwind install
./manage.py tailwind build
./manage.py migrate

Running a test server

export DEBUG=1
./manage.py runserver