Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 279 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 279 Bytes

{{ project_name }}

Getting Started

Make sure you are using a virtual environment of some sort (e.g. virtualenv or pyenv).

npm install
pip install -r requirements.txt
./manage.py migrate
./manage.py loaddata sites
npm run dev

Browse to http://localhost:3000/