Joplin Synchronization API documentation.
git clone https://github.com/khuongduy354/joplin-sync-lib.git
npm install
// Options to run:
// 1. run in transpile mode (without build)
npm run dev
// 2. build and run
npm run build
npm run start
// src/index.ts is main driver code,
// sync target is in src/sample_app/Storage/fsSyncTarget, check here for any changes
see DEV.md for more explains
Beside this README.md, all other documentations is inside sync-docs/docs folder.
Documentations is built with Docusaurus
cd sync-docs/
npm run build
npm run start