Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 746 Bytes

README.md

File metadata and controls

34 lines (19 loc) · 746 Bytes

Pitch Deck Uploader

Overview

This is an application which accepts a PDF file upload, converts the PDF to individual png images, and then displays the result for the user as an image gallery.

Demo

Demo Screen Recording

Installing Pre-Requests

Requirements: Node.js, npm

Ubuntu:

sudo apt-get install imagemagick graphicsmagick

Mac:

brew install imagemagick && brew install graphicsmagick

Running the server

This will launch both the backend Node.js server and the front-end react/next application

npm install
yarn stack

Viewing the application

Open http://localhost:3000 with your browser to see the result.