Developer Setup - Serendipitously/pfive GitHub Wiki
Developer Setup Checklist
-
Install Node.js LTS which should come with npm
-
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)
-
Install Django 1.9
-
Clone this repo.
-
Run
python manage.py runserver
, and view the project in your browser atlocalhost:8000
Todo: Install Postgres, etc