Skip to content

marchdown/instadeck-iteration-one

Repository files navigation

/ Instadeck /

Instadeck is an awesome new service that accelerates your presentation design to the speed of thought. Simply write your pitch in the text field below. Each line turns into a separate slide. You can paste urls to images and videos, and they are automatically emdebbed into slides of their own.


    ~ How do I deploy it?

      1. install prerequisites
         pip install flask sqlite3 gunicorn

      2. initialize the database with this command:

         flask --app=instadeck initdb

      3. now you can run instadeck:

         flask --app=instadeck run

         or

         foreman start

         or

         gunicorn instadeck:app

         the application will appear on
         http://localhost:5000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published