npm install browserify brfs iconv-lite uglify-js pdfkit
npx browserify --standalone PDFDocument node_modules/pdfkit/js/pdfkit.js > pdfkit.js
npx browserify --standalone PDFDocument node_modules/pdfkit/js/pdfkit.js | npx uglifyjs -cm > pdfkit.js
git clone <repo>
pnpm install
pnpm dev
nodemon is taking care of development and hot reloading of index.js
request.json
contains the actual request from which the data is parsed to produce the resume PDF.
- Deployed on Vercel on 02 Nov 2024 for the first time
TODO:
Section | Item | Task | Comments |
---|---|---|---|
Profile Image | { url:"", base64:"", path:"" } |
Fix URL | axios / fetch / XHR tried. TRY AGAIN |
Authentication | Login with Google | Implement Authentication | Use NextAuth first. |