Change directory to source and run one of the following command:
npm run start
- install node_modules, build static for productionnpm run dev
- rebuild node-sass, build static for development with Browsersyncnpm run build
- install node_modules, rebuild node-sass, build static for production
Aliases for HTML images are in source/gulp-tasks/html.js
file.