narfdotpl / links

links collected by @narfdotpl

Home Page:links.narf.pl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

links

links collected by narf

Running locally

brew install pyenv-virtualenv
pyenv virtualenv links
pyenv activate links
pip install -r requirements.txt

./manage.py runserver

Running on Render

build command

pip install -r requirements.txt && PYTHONPATH=.:$PYTHONPATH python app/generator.py

start command

gunicorn app.server:app --workers=2

Python version

specified using PYTHON_VERSION environment variable

About

links collected by @narfdotpl

links.narf.pl


Languages

Language:Python 62.8%Language:HTML 26.0%Language:Sass 4.9%Language:CSS 3.3%Language:CoffeeScript 3.1%