A starter presentation for Bespoke.js.
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.
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!
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.