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 installvia postinstall script)gulp- to run the site with browserSync (will open http://localhost:3000)
gulp release --min- generate_sitedir, minify files, runs the site with browserSync (will open http://localhost:3000) - it is basically for release and preview- Commit and push changes (to
srcbranch) npm run site-deploy- will deploy content of generated_sitewith git subtree