Skip to content

Latest commit

 

History

History
49 lines (39 loc) · 1.87 KB

README.md

File metadata and controls

49 lines (39 loc) · 1.87 KB

cardflow logo

Cardflow

Getting started

Visit https://cardflow.market to get started with Cardflow!

Who is using 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.

Tech stack

Frontend Backend
react logo react logo react logo react logo

Setting up Cardflow for development

  1. git clone git@github.com:julkascript/cardflow.git .
  2. cp sample.env .env && cp backend/sample.env backend/.env && cp frontend/sample.env frontend/.env
  3. docker compose up -d --build
  4. You most likely want to seed data, so you can have cards to work with.
    • docker ps to see the containers
    • docker exec -it <backend_container_id> sh
    • python manage.py seed staple
  5. Visit Cardflow at localhost:5173

Feel like contributing?

Check out our guideline document and start contributing right away!