Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 533 Bytes

File metadata and controls

18 lines (13 loc) · 533 Bytes

PDFy

This is the source code for PDFy.

Setup

  1. Use nvm to install node 17
  2. ./setup.sh
  3. npx knex migrate:latest
  4. NODE_OPTIONS="--openssl-legacy-provider" npx gulp
  5. npx coffee bin/www.coffee
  6. curl -F 'file=@/path/to/a/pdf' -F 'visibility=public' http://localhost:3000/upload
  7. ??? (I'm trying, I really am, but this might not be the whole story)
  8. PROFIT!

License

WTFPL or CC0, whichever you prefer.