Skip to content

opendevise/bespoke-emulating-shower

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bespoke.js Emulating Shower

A Bespoke.js presentation that emulates the example presentation for Shower (1.x).

Building the presentation

Prerequisites

Ensure you have the following installed on your machine:

  1. Ruby 2.x [1]

  2. Bundler

    $ gem install bundler
  3. Node.js [2]

  4. Gulp

    $ npm install -g gulp

Setup

Next, clone the repository and switch to the project directory:

$ git clone https://github.com/opendevise/bespoke-emulating-shower
  cd bespoke-emulating-shower

Then, install the required dependencies:

$ bundle && npm install

Now you’re all set to build the presentation!

Building the static version

You can build a static version of the slides using the following command:

$ gulp

The files are built into the dist directory. You can then view the slides by navigating to dist/index.html in your browser.

Launching the preview server

The preview server will monitor files for changes and automatically update the presentation. You can launch the preview server using:

$ gulp serve

Once the server is running, you can view the slides by navigating to http://localhost:8000 in your browser.

Printing to PDF (Chrome)

See the printing page of the Shower docs.


1. We strongly recommend using RVM to manage Ruby.
2. We strongly recommend using nvm to manage Node.

About

A Bespoke.js presentation that emulates the Shower example presentation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published