Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 919 Bytes

File metadata and controls

45 lines (32 loc) · 919 Bytes

Requirements

  1. git
  2. ruby
  3. sass
  4. compass

One Step Install (Do you trust me?)

command::

$ wget --no-check-certificate https://github.com/hinablue/html5-deckjs/raw/master/install.sh -O - | sh

The manual way to install html5-deckjs

  1. clone to your home directory::

    $ git clone git://github.com/hinablue/html5-deckjs.git

  2. update submodule in html5-deckjs::

    $ cd html5-deckjs; ./update.sh; cd -

How to update

command::

$ cd html5-deckjs
$ git pull; ./update.sh

How to generator presentation layout

command::

$ cd html5-deckjs
$ ./html5-deckjs.sh
To create a new project, enter a new directory name:
_

Type your project name, and wait, and all done.

Where is the layout files

Find in your home directory.