bundle install
to install Ruby gemsnpm ci
to install npm packages listed inpackage-lock.json
npm run start
ornpm run dev
to compile the site with development settings and run BrowserSync
npm run build:dev
to compile the site with development settingsnpm run build:production
ornpm run build
to compile the site for production
Note: By default, Netlify uses jekyll build
as the build command. The included netlify.toml
file will override it to use npm run build
.