This is a Next.js project bootstrapped with create-next-app.
Navigate to the root folder and run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devIn a different terminal, I run npx local-ssl-proxy --source 3010 --target 3000 --cert localhost.pem --key localhost-key.pem (Requires locally generated SSL certificates, I used mkcert)
If you make changes to pdf logic: npm run build:pdfkit