#porygon
when markdown meets reaveal.js
-
Node.js
v4
-
NPM
v3
-
install
gulp-cli
andbower
:
$ npm install --global gulp-cli bower
### Getting Started
- Installation
$ npm install $ bower install ```
-
Development
$ gulp serve
- Build for production
$ gulp ```
-
Review the production build
$ gulp serve:dist
### Structure
app ├── apple-touch-icon.png ├── favicon.ico ├── fonts ├── images ├── index.html ├── robots.txt ├── scripts │ ├── main.js │ ├── markdowner.js │ └── require.js └── styles ├── _variables.scss ├── canvas.scss └── main.scss