- NVM: 0.39.1
- Node: 18.4.0
- NPM: 8.12.1
- Gulp CLI: 2.3.0
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
First, navigate to the repo's root directory.
cd path/to/repo
Then, install Node.
nvm install
$ npm install -g gulp-cli
npm ci
$ gulp
- Builds the
src
files to thedocs
folder, launches a local Browsersync server in a browser, watches for file changes, and reloads the page when changes are detected.
$ gulp build
- Initiates the build stream, without launching a local server in a browser.