Skip to content

Latest commit

History

History
49 lines (35 loc) 路 1.14 KB

README.md

File metadata and controls

49 lines (35 loc) 路 1.14 KB

linkinbio 馃敆

A simple "link in bio" service.

Live at http://b2l.ink

See http://b2l.ink/arjun for a sample profile

Features include: Dashboard with click stats 馃搳, profile themes

馃毀 Very much a work in progress. I'm building this in public and learning as I go 馃毀

How to setup

I recommend creating a new virtual environment for this project before you proceed.

Clone this repository:

git clone https://github.com/arjunnn/linkinbio.git

cd into the root folder

cd linkinbio

(activate your virtual environment, and then) install the dependencies via Pip

pip install -r requirements.txt

cd into the project folder

cd linkinbio

start the application on the port of your choice

python manage.py runserver 8000

Acknowlegements

This project wouldn't be possible without these amazing projects: