A custom AF Bostäder client.
There is a Next.js project in /frontend that can be set up using Bun:
cd frontend
bun install # install dependencies
bun dev # start the server on :3000The backend is located in /api; run it with Cargo as usual.
Important
Keep in mind that libpdfium is required for PDF rendering. Until pdfium-render#151 is resolved, the latest supported version of libpdfium is 128.0.6569.0. Pre-built binaries are available at bblanchon/pdfium-binaries.