This is a Next.js project.
- Install packages. I used
bun
, butnpm
should just work fine.
bun install
# or
npm install
- Build
bun run build
# or
npm run build
- Start
bun run start
# or
npm run start
Open http://localhost:3000 with your browser to see the result.
[x] remove white outline on focus-visible on button [x] make iframe fit parent [x] add ghost when pdf is not generated [x] move spinner within ghost [ ] add breakpoints [ ] rewrite copy using AI [ ] prettify PDF [ ] use LinkedIn Auth API