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