Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 491 Bytes

README.md

File metadata and controls

36 lines (27 loc) · 491 Bytes

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