Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 306 Bytes

README.md

File metadata and controls

16 lines (16 loc) · 306 Bytes

Start Project

  1. Install a virtual environment and activate it
    python3 -m venv .venv
    source .venv/bin/activate
    
  2. Install all dependencies
    pip install .
    
  3. Run the server:
    cd integreat_chat
    python3 manage.py migrate
    python3 manage.py runserver