# 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
---