Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 498 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 498 Bytes

Run locally

You need python3 (more fresher is better, tested on 3.10) and docker (with docker compose v2).

  • Clone fork with --recursive:
git clone --recursive [email protected]:aropan/clist.git
cd clist
  • Set default variables and build dev container (you can always press Enter and leave the defaults as they are):
python3 ./configure.py
  • Run dev container:
docker compose up --build dev