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
gulp
gulp watch
Install Live Server VS Code extension by Ritwick Dey and press Go Live button.
git subtree push --prefix dist origin gh-pages