A workspace container aggregating a fork of NetMedEx (an AI-powered biomedical knowledge discovery platform) and related resources.
| Path | What |
|---|---|
repos/NetMedEx-fork/ |
git submodule → PsychQuant/NetMedEx, a fork of lsbnb/NetMedEx. The actual code lives here. |
Working notes (
docs/) and editor/session state are kept local and intentionally not tracked in this repository.
git clone --recurse-submodules https://github.com/PsychQuant/NetMedEx-workspace.git
# already cloned without submodules?
git submodule update --init --recursivecd repos/NetMedEx-fork
git checkout -b feat/your-change # origin = PsychQuant fork, upstream = lsbnb
# ... edit, commit, push to origin, open PR against lsbnb/NetMedEx