# Quickstart - RubyGems Optionally, you can install Bower. --- data-hyhyhy-state: structure --- ``` my-new-presentation ├── _assets # Assets, own catalogs │ ├── javascripts # Scripts │ │ └── main.js # Core (presentation) │ └── stylesheets # Styles │ └── main.css # Default ├── _includes # Bower components │ └── bower.json # Package list ├── _layouts # Layouts │ └── default.erb # Basic template ├── _slides # Slides/Sections │ ├── 1.introduction.md # First group │ ├── 2.packages.md # Second group │ ├── ... # ... │ └── n.html # Last gruop ├── .bowerrc # Bower configure ├── .hyhyhy # Hyhyhy configure └── README.md # Simplified guide ``` --- Commands --- # Shortcut ```bash $ hyhyhy build --watch --serve ```
Pending changes and serves it on localhost:4000 --- data-hyhyhy-state: slides ---
```markup # Hi! ––– id: black hole –––

Nice

––– END ``` ```markup

Hi!

Nice

END
``` --- data-hyhyhy-state: slides ---
```markup
  1. AAA
  2. BBB
  3. CCC
```
  1. AAA
  2. BBB
  3. CCC
--- data-hyhyhy-state: slides ---
```markup Text before...
First paragraph
Second paragraph
Text after... ```
Text before...
First paragraph
Second paragraph
Text after...
--- data-hyhyhy-state: slides ---
```markup ```javascript console.log('whoaa'); // nice line ```
```
```javascript console.log('whoaa'); // nice line ``` --- data-hyhyhy-state: slides ---
```markup
```
--- # Keyboard
  1. Press (left arrow or k) and (right arrow or j) to navigate.
  2. Press h to launch fullscreen.
  3. Press ESC to exit fullscreen mode.
  4. Press gg/shift + g to move to top/bottom.
  5. Browser zooming is supported.
  6. Touch events are supported.
--- # Supported browsers --- # So... Ready to contribute?