Modern reading app designed to make reading simple, elegant, and enjoyable. Clean interface for exploring texts, highlighting key parts, and managing your reading experience without distractions. Built for curious minds. AI powered.
I will be uploading any progress in https://jkominovic.dev
Install yalc and pnpm globally:
npm i yalc pnpm -gClone JulianKominovic/libritus and install dependencies:
git clone [email protected]:JulianKominovic/libritus.git
cd libritus
bun installClone JulianKominovic/lector and build it:
git clone [email protected]:JulianKominovic/lector.git
cd lector/packages/lector
pnpm install
pnpm build
yalc publish
cd ../../../
yalc add @anaralabs/lectorStart the app (development):
bun run devFrom here, if you want to make changes to the lector package and apply them to the app, you can run:
cd lector/packages/lector
pnpm build
yalc publish
cd ../../../
yalc update
bun iAnd the to build the app, you can run:
bun run build:mac
