Skip to content

loebpaul/pitch-deck-uploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published