Go to file
Vadim Makeev 9de38136b9 2.6.3 2018-09-27 09:59:40 +03:00
docs Rename and update PDF docs 2018-08-24 12:46:27 +03:00
pictures Update to Gulp 4, Ribbon 3, etc. 2018-06-16 01:54:30 +03:00
.editorconfig Moving from tabs to spaces 2018-08-24 11:48:59 +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 Bump copyright year 2018-06-20 18:06:39 +03:00
README.md Moving from tabs to spaces 2018-08-24 11:48:59 +03:00
gulpfile.js Moving from tabs to spaces 2018-08-24 11:48:59 +03:00
index.html Moving from tabs to spaces 2018-08-24 11:48:59 +03:00
netlify.toml Add Netlify support and Netlify button 2018-05-18 12:49:14 +02:00
package-lock.json 2.6.3 2018-09-27 09:59:40 +03:00
package.json 2.6.3 2018-09-27 09:59:40 +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. Fully keyboard accessible
  5. 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

Deploy to Netlify

By clicking the button below you can fork this repo and deploy it to Netlify.

Deploy to Netlify

By doing this you would get a GitHub repo linked with Netlify in a way any change to the repo would trigger a shower rebuild and deploy to Netlify servers, which allows for a really easy way to create and share Shower presentation without the need to install anything locally.

Advanced

  1. Сlone this repository git clone --depth=1 git@github.com:shower/shower.git, (--depth=1 will make it way faster).
  2. Create a new blank repository and copy its cloning address git@github.com:USER/REPO.git.
  3. Change remote of your local clone to the one youve just copied git remote set-url origin git@github.com:USER/REPO.git.
  4. Push your local clone to GitHub git push -u origin master.
  5. Install dependencies npm install and start it npm start.

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 to http://USER.github.io/REPO/.

Usage Examples

Browser Support

Latest stable versions of Chrome, Edge, Firefox, 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.