PrasannaVenkadesh / digfont

A font search website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

digfont

A font search website

To Contribute

  • Fork the repo
  • First we gotta do virtualenv setup.
$ sudo easy_install virtualenv
  • Inside the repo, install your virtual enviornment.
virtualenv venv
  • Initialize and activate virtualenv.
$ cd venv
$ . bin/activate
  • Install requirements. Before that you would be actually inside venv directory so cd .. out of it to the base of the project.
$ sudo pip install -r requirements.txt
  • Start the webserver.
$ foreman start -f Procfile.dev

About

A font search website

License:MIT License


Languages

Language:CSS 79.0%Language:Python 18.3%Language:JavaScript 2.7%