Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 543 Bytes

File metadata and controls

21 lines (16 loc) · 543 Bytes

Power2Reveal

Transform PowerPoint presentations into Reveal JS HTML slideshow.

You're welcome to help develop this tool, we all love Reveal-JS and we want to quick transform MS-PowerPoint presentation into beautiful pages.

How to develop

    • clone this repo with '--recurse-submodules' option.
    • use virtualenv venv to create a virtual env
    • activate your virtualnev by: ''' source /venv/bin/activate '''
    • Install the requirements ''' pip install -r requirements.txt '''
    • Create new branch for you, code and send a PR