Skip to content

Latest commit

 

History

History
69 lines (50 loc) · 1.26 KB

File metadata and controls

69 lines (50 loc) · 1.26 KB

bbs

ATTENTION, HERE: ALWAYS KEEP THE README UPDATED WITH RUNNING INSTRUCTIONS

running

bbs-cli run

or

python -m bbs run

or in debug mode with

LITESTAR_PDB=1 bbs-cli run

dev requirements

  1. install direnv

  2. use the commands:

git clone [email protected]:iacchus/bbs.git
cd bbs/
python -m venv .venv
source .venv/bin/activate
direnv allow
pip install -e .
  1. run as above

Resources

running the client

The client is a TUI application. You can run it with:

bbs-tui

or

python -m bbs_client.app