- To install the dependencies (just first time):
npm install - To run the project:
npm run dev(will automatically open browser and with live reload) - To update the website:
npm run buildand then commit to Github
Either in js/data.js or directly in the index.html
gulpthe default task that builds everythinggulp watchbrowserSync opens the project in your default browser and live reloads when changes are madegulp csscompiles SCSS files into CSS and minifies the compiled CSSgulp jsminifies the themes JS filegulp vendorcopies dependencies from node_modules to the vendor directory