Is a Powerpoint / KeyNote like slide show app but then in the browser.
npm install --production
or docker
docker pull ivonet/scooch
npm start
or with docker
docker run -i -t --rm -p 3000:3000 ivonet/scooch
When running in a docker-machine in a terminal:
open http://$(docker-machine ip default):3000/
When native (linux) in a browser:
open a browser at localhost
Unit tests are written in Jasmine and can be run with Karma. Be sure to have the devDependencies loaded as well:
npm install
You may alsno need to install Karma globally:
npm install -g karma-cli
Now you can run the unit tests by simply running:
karma start
Coverage report can be found in the /coverage directory.
Just create the markdown file(s) in your scooch folder and refresh the startup page. New slides will be picket up immediately.
I love giving presentations but hate the presentation tools we currently utilize. This is my antidote.
This tool utilizes markdown as the notation markup. This makes making slides easy.
See the included tutorials for complete explanations.
It seams that Versioning is not as it should be in the JS world :-( I checked this application in when it worked! not a few month later I checked it out again to make a small change and it does not work anymore?!?! Seems that I forgot to remember on which version NodeJs and NPM and stuff I build it. Have to fix it again hehe.
Content type
Image
Digest
Size
328.9 MB
Last updated
over 8 years ago
docker pull ivonet/scooch