Skip to content

Commit

Permalink
require Node.js 16; recommend running gulp via npx
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Oct 29, 2023
1 parent 1bd7026 commit ed3ca85
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ A starter presentation for Bespoke.js.

=== Prerequisites

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

. https://nodejs.org[Node.js] >= 0.12 footnote:[We strongly recommend using https://github.com/creationix/nvm[nvm] to manage Node.]
. http://gulpjs.com[Gulp] (command line interface only)
https://nodejs.org[Node.js] >= 16

$ npm install -g gulp-cli
We strongly recommend using https://github.com/creationix/nvm[nvm] to manage Node.

=== Setup

Expand All @@ -31,7 +30,7 @@ Now you're all set to build the presentation!

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

$ gulp
$ npx gulp

The files are built into the _public_ directory.
You can view the slides by navigating to _public/index.html_ in your browser.
Expand All @@ -41,6 +40,6 @@ You can view the slides by navigating to _public/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
$ npx gulp serve

Once the server is running, you can view the slides by navigating to \http://localhost:8000 in your browser.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"vinyl-source-stream": "~2.0"
},
"engines": {
"node": ">=12.0.0"
"node": ">=16.0.0"
},
"browserslist": [
"defaults"
Expand Down

0 comments on commit ed3ca85

Please sign in to comment.