/grande

Primary LanguageHTML

Grande

Quick start for developers

Project uses node + gulp for fast developing.

To install node: https://nodejs.org/en/

Then open your favorite Terminal and run these commands.

npm install --global gulp-cli
npm install

To compile everything:

gulp

To watch everything (html + scss + assets + js):

gulp watch

To run webserver with livereload:

Install Live Server VS Code extension by Ritwick Dey and press Go Live button.

To push changes to github pages

git subtree push --prefix dist origin gh-pages