Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "shower", | ||
"description": "Shower HTML presentation engine", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Vadim Makeev", |
@@ -18,3 +18,3 @@ # Shower HTML presentation engine | ||
## Simple Way | ||
### Simple Way | ||
@@ -28,12 +28,12 @@ In a simple way you just download the latest Shower version with built-in themes and use it. | ||
## Module Way | ||
### Advanced Way | ||
Module way allows you to manually install needed Shower packages and requires [Git](http://git-scm.com/) and [Node.js](http://nodejs.org/) installed together with package managment system: `npm` or `bower`. | ||
Advanced way allows you to manually install needed Shower packages and requires [Node.js](http://nodejs.org/) installed together with package managment system: `npm` or `bower`. | ||
1. Clone Shower `git clone git@github.com:shower/shower.git --depth 1` or download [shower-pkg.zip](http://shwr.me/shower-pkg.zip) | ||
2. Run `npm install` (or `bower install`) command in resulted folder to install script and themes | ||
3. Open `index.html` in any code or text editor, edit your slides in HTML | ||
4. Use `pictures` folder for pictures used in presentation | ||
5. Once finished, open `index.html` in browser, enter full screen and start presenting | ||
1. Run `npm install shower-core shower-ribbon` | ||
2. Link core and theme files in `node_modules` folder to your presentation file | ||
3. You’re 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. | ||
## Usage examples | ||
@@ -40,0 +40,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
342540