Skip to content
A WIP reddit clone
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
ar
assets
bootstrap-sass @ 8cd2bf8
font-awesome-sass @ e6b0271
migrations
scss
static
templates
util
.gitignore
.gitmodules
README.md
config.yml.example
manage.py
requirements.txt
setup.py

README.md

bluelinks

This is the source code running bluelinks.co. It is a Python webapplication written with Flask. Setup should be roughly as follows:

mkvirtualenv bluelinks
git clone https://github.com/icook/bluelinks.git
cd bluelinks
pip install -r requirements.txt
python manage.py init_db
python manage.py runserver
You can’t perform that action at this time.