/lima

Primary LanguagePython

LIMA

Setup

NOTE: Requires virtualenv and Node.js.

  • Fork this repository.
  • $ git clone git@github.com:<GitHub-username>/lima.git
  • $ virtualenv venv
  • $ source venv/bin/activate
  • $ pip install -r requirements.txt
  • $ npm install -g bower
  • $ npm install
  • $ bower install
  • $ python manage.py migrate
  • $ python manage.py runserver