Create HTML and PDF files from markdown files.
This project relies on these awesome modern technologies:
- bun as the runtime / package manager / test runner / bundler
- ElysiaJS for the fastest API and web server out there 🦊
- Playwright for the PDF generation (still some tests to write to see if it is really better than Puppeteer for that sole purpose)
- marked for the markdown parsing and rendering
To install dependencies:
bun installTo launch the unit tests:
bun testTo launch the app and API server in dev mode:
bun dev