/phoenix

Primary LanguageCSS

Installation

  • Clone the codebase git clone <repo>
  • move into directory cd phoenix
  • set up virtualenv python -m venv venv or python3 -m venv venv [For Linux]
  • activate virtualenv ./venv/scripts/activate or source venv/bin/activate
  • install dependencies pip install -r requirements.txt
  • run python manage.py runserver