Node 10
Update naming of files and setttings replacing bravery
with your_theme_name
The gulp file should be all setup for you. All you should have to do is install the dependencies from package.json locally and remove git tracking on the theme.
npm install
rm -rf .git
rm .gitignore
Development: Starts a watch on sass, js and images
npm run dev
Production: Compiles and minifies files for final packaging
npm run build
Lint the sass and js files to check for standards compliance.
npm run lint
To override template files, copy core classy
theme template files
into this theme's templates
sub-directory.