@shower/shower
v3.4.1
Published
Shower HTML presentation engine
Downloads
99
Maintainers
Readme
@shower/shower
Ready-to-use presentation template for the Shower HTML presentation engine.
Quick Start
- Download and unzip shower.zip template archive.
- Open
index.htmlin any text editor and start creating your presentation.
Quick Start via CLI
You'll need Node.js installed on your computer.
- Install Shower CLI utility:
npm install -g @shower/cli. - Create your presentation:
shower create.
Quick Start with Hosting
- Copy this repository to your account via GitHub.
- Open import page.
- Use
https://github.com/shower/showerfor the repository URL - Use your presentation name.
- Clone the resulted repository to your computer.
- Install dependencies
npm installand start a local servernpm start. - Start editing your slides with live-reload.
Once you're done you can build a clean copy of your slides:
npm run bundleYou'll find your slides in slides folder. You can also run npm run archive to get the same files in slides.zip.
Publish your presentation online by running:
npm run publishYou'll have your slides published to https://USER.github.io/REPO/.
Browser Support
Latest stable versions of Chrome, Edge, Firefox, and Safari are supported.
Licensed under MIT License.
