Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 766 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 766 Bytes

MemeStock

MemeStock: Your favorite S&Meme 500 investment tool.

scaffolding taken from github: thinkster-django-angular-boilerplate

Installation

NOTE: Requires virtualenv, virtualenvwrapper and Node.js.

*neglect virtual env downloads - you'll only need node

  • Fork this repository.
  • $ git clone [email protected]:<your username>/thinkster-django-angular-boilerplate.git
  • $ mkvirtualenv thinkster-djangular
  • $ cd thinkster-django-angular-boilerplate/
  • $ pip install -r requirements.txt
  • $ npm install -g bower
  • $ npm install
  • $ bower install
  • $ python manage.py migrate
  • $ python manage.py runserver