Skip to content
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.

Latest commit

 

History

History
22 lines (17 loc) · 385 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 385 Bytes

Basil

PDF Generator for Cardamon/Saffron.

Test worker standalone:

npm start -- --username dalius --password P && xdg-open output.pdf

If you want to do development change directory to "app" before running editor because "app" and "worker" builds use different tsconfig.json files.

Build final worker:

npm run build

Build debug worker:

npm run debug