cowerpoint
v0.0.3
Published
web-based alternative presentation tool
Downloads
4
Readme
cowerpoint
Hide from the tedium of slide presentations in the comfort and safety of your favorite browser
Try it out right now: http://minego.github.io/cowerpoint/
Using cowerpoint to write your own presentation
- Clone powerpoint: git clone [email protected]:minego/cowerpoint.git
1a) Or, if you're putting your presentation in a git repo, add cowerpoint as a submodule: git submodule add [email protected]:minego/cowerpoint.git cowerpoint git submodule update --init --recursive
Copy the template files from cowerpoint: cp cowerpoint/template/* .
Open index.html in an editor, find the "slides" container, and replace our silly example slides with your own brilliant inspiring and beautiful slides.
If you only need to view cowerpoint locally (no remote) then simply open your new index.html in a browser and you're done.
If you want a remote, and want to allow others to follow along in their browser then you're not done.
Open config.json in an editor and change the password. This password will be required to connect the remote.
Start the server by running: npm update node .
Then present it at: http://{your computer}:1234
And control it from another device at: http://{your computer}:1234/remote/
You may view the presentation from multiple laptops, tablets, phones, etc at the same time. The remote will keep them all in sync.
