/digfont

A font search website

Primary LanguageCSSMIT LicenseMIT

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