Visit https://cardflow.market to get started with Cardflow!
Cardflow is an open-source Trading Card Game card market, currently supporting only "Yu-Gi-Oh!" cards. Buy, sell and trade quickly and easily with zero cost and taxes.
git clone git@github.com:julkascript/cardflow.git .
cp sample.env .env && cp backend/sample.env backend/.env && cp frontend/sample.env frontend/.env
docker compose up -d --build
- You most likely want to seed data, so you can have cards to work with.
docker ps
to see the containersdocker exec -it <backend_container_id> sh
python manage.py seed staple
- Visit Cardflow at
localhost:5173
Check out our guideline document and start contributing right away!