KevinJCochran / kooking-with-kevin

The official website of Kooking with Kevin
0 stars 0 forks source link

The official website of:

Kooking with Kevin

Installation:

  1. Make sure you have python3 installed and optionally Docker for docker builds
    python3 --version
  2. Clone the repo, create a virtual environment, install dependencies:
    git clone git@github.com:KevinJCochran/kooking-with-kevin.git
    cd kooking-with-kevin
    python3 -m venv .
    source bin/activate
    pip install -r requirements.txt
  3. Run migrations and server:
    python manage.py migrate
    python manage.py runserver