A Bespoke.js presentation that emulates the example presentation for Shower (1.x).
Ensure you have the following installed on your machine:
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!
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.
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.
See the printing page of the Shower docs.