Skip to content

TeamNameBE/Ctf-Platform

Folders and files

NameName
Last commit message
Last commit date
Apr 19, 2021
Apr 9, 2021
Apr 19, 2021
Apr 19, 2021
Apr 6, 2021
Apr 9, 2021
Apr 9, 2021
Apr 5, 2021
Apr 13, 2021
Apr 9, 2021
Apr 9, 2021
Apr 9, 2021
Apr 4, 2021
Apr 19, 2021
Apr 5, 2021

Repository files navigation

Team Name

Source code of Team Name's collaboration website

Installation

git clone git@github.com: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