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
Escto exit presentation mode
See Wiki for more information about how to use Shower.
There are two ways of making presentation using Shower: you can just download an archive with all you need or you can install needed Shower modules using npm or bower.
In a simple way you just download the latest Shower version with built-in themes and use it.
- Download and unarchive shower.zip
- Open
index.htmlin any code or text editor, edit your slides in HTML - Use
picturesfolder for pictures used in presentation - Once finished, open
index.htmlin a browser, enter full screen and start presenting
Advanced way allows you to manually install needed Shower packages and requires Node.js installed together with package managment system: npm or bower.
- Run
npm install shower-core shower-ribbon - Link core and theme files in
node_modulesfolder to your presentation file - You probably know what to do next, it’s an advanced way
Note: you can use bower instead of npm or shower-bright instead of shower-ribbon in command above to install Shower using Bower or get Bright theme.
Latest stable versions of Chrome, Internet Explorer, Firefox, Opera and Safari are supported.
You’re always welcome to contibute. Fork project, make changes and send it as pull request. But it’s 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.