jlevinsohn31 / lo-fi-deck

Quick and dirty way to make a presentation of sorts for developers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lo-fi-deck

Quick and dirty way to make a presentation of sorts for developers.

Dependencies

The required dependencies and known working versions for this project.

Installation

Install all global project dependencies. This list denotes starting from a blank slate. First install node for your machine. Node will install with npm.

npm install -g grunt-cli

npm install -g properjs-cli

gem install middleman

gem install compass

gem install sass

Getting Started

Install all local project dependencies via the package.json file.

npm install

properjs

grunt watch

Development

Run the Server

Run the local server using middleman.

middleman server

Making Slides

The Javascript is built to run a simple in-browser slide deck. Base styles are in source/stylesheets and Javascript is in source/javascripts. Your template is located at source/index.html.erb and it has a few dummy slides to get you started. Just have fun :)

About

Quick and dirty way to make a presentation of sorts for developers.


Languages

Language:JavaScript 94.4%Language:Ruby 3.0%Language:CSS 1.9%Language:HTML 0.7%