Skip to content

rafnixg/links

Repository files navigation

Links Bio Rafnix Guzmán

Installation

git clone https://github.com/rafnixg/links.git
cd links
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Usage

reflex run

Export

file exported in public folder

./public_export

Production

reflex run --env prod

Using Docker

docker build -t reflex-links:latest .
docker run -d -p 8000:8000 -p 3000:3000 --name links reflex-links:latest