bmstu-mt-wp/Readme.md

59 lines
2.0 KiB
Markdown

# Shower
Presentation engine. Follow [@shower_me](http://twitter.com/shower_me/) for support and updates.
To see Shower in action:
- Open [shwr.me](http://shwr.me/)
- Click any slide to enter presentation mode
- Use arrow keys to navigate
- Press `Esc` to exit presentation mode
See more details on [using keyboard](shower/wiki/Shortcuts) to control Shower.
## Using Shower
There are two ways of getting Shower: you can get full template or just an engine.
To get full [template](https://github.com/shower/template) run following command:
```
git clone --recursive git@github.com:shower/template.git
```
To get only [shower](https://github.com/shower/shower) engine, run this:
```
git clone --recursive git@github.com:shower/shower.git
```
Or you can just download latest version as ZIP file: [template](https://github.com/downloads/shower/template/template.zip) and [shower](https://github.com/downloads/shower/shower/shower.zip).
## Usage examples
- [Clear and Sharp](http://pepelsbey.net/pres/clear-and-sharp/)
- [CSS Management](http://pepelsbey.net/pres/css-management/)
- [Push it!](http://pepelsbey.net/pres/push-it/)
- [Pre-fixes](http://pepelsbey.net/pres/pre-fixes/)
- [Web In Curves](http://pepelsbey.net/pres/web-in-curves/)
- [Sense Coding](http://pepelsbey.net/pres/sense-coding/)
- [Dynamic Graphics](http://pepelsbey.net/pres/dynamic-graphics/)
## Supported Browsers
Desktop platforms: Chrome, Internet Explorer 10, Firefox, Opera, Safari.
Only latest stable versions of mentioned browsers are supported.
## Planned Support
Mobile platforms: Chrome, Firefox, Safari, Opera Mobile.
## Contributing
You're always welcome to contibute. Fork project, make changes and send it as pull request. But it's better to file an [issue](http://github.com/shower/shower/issues) first.
Main contributors: @pepelsbey, @jahson, @miripiruni, @kizu.
---
Licensed under [MIT License](http://en.wikipedia.org/wiki/MIT_License), see [license page](shower/wiki/MIT-License) for details.