Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 512 Bytes

File metadata and controls

28 lines (18 loc) · 512 Bytes

Blu Lite

Blu Lite is a local-first annotation SPA built with Bun + Vite + Vue.

Run

bun install
bun dev

Build

bun run build

Prepare vocab TSV from cui_sab_terms.tsv

python scripts/prepare_vocab.py --input cui_sab_terms.tsv --output public/data/vocab

Then zip each TSV into *.tsv.zip in public/data/vocab.

Default vocabulary discovery

Any file in public/data/vocab ending with .tsv.zip is auto-discovered at build/start and exposed to the app.