Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 937 Bytes

README.md

File metadata and controls

53 lines (35 loc) · 937 Bytes

CTFGames

A modern CTF platform with a clean yet expressive design.

Setup Environment

  1. Create a virtual environment :
# Let's install virtualenv first
pip install virtualenv

# Then we create our virtual environment
virtualenv env
  1. Activate the virtual environment :
env\Scripts\activate
  1. Install the requirements :
pip install -r requirements.txt

Running the App

To run the app, simply execute following command :

python manage.py runserver

Preview