Skip to content

opendevise/presentation-bespoke-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bespoke.js Starter Presentation

A starter presentation for Bespoke.js.

Building the presentation

Prerequisites

In order to use this project, you must first satisify the following prerequisite of Bespoke.js.

Node.js >= 16

We strongly recommend using nvm to manage Node.

Setup

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

$ git clone https://github.com/opendevise/presentation-bespoke-starter.git
  cd presentation-bespoke-starter

Then, install the required dependencies:

$ npm i

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:

$ npx gulp

The files are built into the public directory. You can view the slides by navigating to public/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:

$ npx gulp serve

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