Developer Setup - Serendipitously/pfive GitHub Wiki

Developer Setup Checklist

  1. Install Node.js LTS which should come with npm

  2. Install Python 3.5 or latest

    • If working on Windows be sure to install Python at the root of your hard drive (C:/Python/Python36/...). Python will often have issues if there are spaces in its file path (C:/Program Files/Python/... for example)
  3. Install Django 1.9

  4. Clone this repo.

  5. Run python manage.py runserver, and view the project in your browser at localhost:8000

Todo: Install Postgres, etc