Go to file
Vadim Makeev 5462ab4ccd Refresh phrasing 2017-03-21 16:30:31 +03:00
docs Refresh phrasing 2017-03-21 16:30:31 +03:00
pictures Logo in PNG 2015-12-24 16:24:56 +01:00
.editorconfig Preffered tab size 2016-03-23 20:34:36 +03:00
.gitignore Grunt → Gulp 2016-03-23 23:53:37 +03:00
.travis.yml Travis config added 2016-08-12 00:46:18 +03:00
CONTRIBUTING.md Fix typos in Contributing.md 2016-02-15 13:56:35 +05:30
LICENSE.md Year bump 2015-12-13 06:43:02 +03:00
README.md Travis badge 2016-08-12 00:47:42 +03:00
gulpfile.js Docs excluded 2016-08-12 22:18:44 +03:00
index.html Replace p with footer 2017-02-02 00:22:38 +03:00
package.json 2.1.9 2017-02-01 12:29:24 +03:00

README.md

Shower Presentation Template Build Status

Shower logo

Shower ['ʃəuə] noun. A person or thing that shows.

  1. Built on HTML, CSS and vanilla JavaScript
  2. Works in all modern browsers
  3. Themes are separated from engine
  4. Modular and extensible
  5. Fully keyboard accessible
  6. Printable to PDF

See it in action. Includes Ribbon and Material themes, and core with plugins.

Follow @shower_me for support and updates, file an issue if you have any.

Quick Start

  1. Download and unzip template archive
  2. Open index.html and start creating your presentation

Advanced

  1. Fork this repository
  2. Go to fork setting and rename it: showermy-slides
  3. Clone it to your computer: git clone git@github.com:username/my-slides.git
  4. Go to my-slides folder and install dependencies: npm install
  5. Start creating your presentation

Once youre done you can build a clean copy of your slides:

npm run prepare

And youll find your presentation in prepared folder with only needed files in it. You can also run npm run archive to get the same files in archive.zip. But theres more! You can easily publish your presentation online by running:

npm run publish

And youll have your slides published on http://username.github.io/my-slides/.

Usage Examples

Browser Support

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

Contributing

Youre always welcome to contribute. 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 in historical order: pepelsbey, jahson, miripiruni, kizu, artpolikarpov, tonyganch, zloylos.


Licensed under MIT License.