Go to file
Vadim Makeev 12eaef30b1 Quotes and periods removed, npm link added 2014-03-10 16:21:34 +04:00
pictures Now this repository is rather template. Shower.js is moved to core repo 2014-03-08 22:46:15 +04:00
.editorconfig Now this repository is rather template. Shower.js is moved to core repo 2014-03-08 22:46:15 +04:00
.gitignore New build and test system 2013-12-01 10:05:34 +04:00
.npmignore Now this repository is rather template. Shower.js is moved to core repo 2014-03-08 22:46:15 +04:00
Contributing.md Update Contributing.md 2013-06-28 16:28:22 +04:00
License.md Russian translation reverted; Markdown goodness 2013-01-29 03:19:53 +04:00
Readme.md Quotes and periods removed, npm link added 2014-03-10 16:21:34 +04:00
index.html Now this repository is rather template. Shower.js is moved to core repo 2014-03-08 22:46:15 +04:00
package.json Updated dependencies. Bumped up version 2014-03-09 14:50:02 +04:00

Readme.md

Shower HTML presentation engine

Follow @shower_me for support and updates

To see Shower in action:

  • Open shwr.me
  • Click any slide to enter presentation mode
  • Use arrow keys or presenter remote to navigate
  • Press Esc to exit presentation mode

See Shortcuts wiki page for more info on how to control your presentation, Print on how to print your presentation to PDF and the rest of the Wiki for more information about Shower in English and Russian.

Using Shower

There are two ways of starting with Shower: simple and advanced.

Simple way

  1. Download shower.zip and unzip it
  2. Open index.html in any code or plain text editor, edit your slides in HTML
  3. Use picture folder to store pictures used in presentation
  4. Once finished, open index.html in browser, enter full screen and start presenting

See Quick Start page for more details.

Advanced way

This way requires Git and Node.js with npm installed.

  1. Clone Shower repository git clone git@github.com:shower/shower.git or download shower-npm.zip
  2. Run npm install inside folder to install script and themes
  3. Open index.html in any code or plain text editor, edit your slides in HTML
  4. Use picture folder to store pictures used in presentation
  5. Once finished, open index.html in browser, enter full screen and start presenting

See Quick Start page for more details.

Usage examples

Browser support

Latest stable versions of Chrome, Internet Explorer, Firefox, Opera and Safari are supported.

Contributing

Youre always welcome to contibute. Fork project, make changes and send it as pull request. But its better to file an issue with your idea first. Read contributing rules for more details.

Main contributors: pepelsbey, jahson, miripiruni, kizu, artpolikarpov, tonyganch.


Licensed under MIT License, see license page for details.