Skip to content

rallias/pdfy2

 
 

Repository files navigation

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.

About

Node.js port of PDFy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 68.1%
  • Pug 9.4%
  • CoffeeScript 9.1%
  • CSS 7.1%
  • JavaScript 4.0%
  • SCSS 2.2%
  • Shell 0.1%