Web pages of www.gistoapp.com
Web pages of Gisto app https://gisto.github.io
NOTE! Default branch is src
, deployment branch is master
- jekyll
bundle install
- to install jekyll and it's dependenciesnpm install
- to install dependencies (runsbower install
via postinstall script)gulp
- to run the site with browserSync (will open http://localhost:3000)
gulp release --min
- generate_site
dir, minify files, runs the site with browserSync (will open http://localhost:3000) - it is basically for release and preview- Commit and push changes (to
src
branch) npm run site-deploy
- will deploy content of generated_site
with git subtree