Website for Snap.svg
- Bundler
- See
Gemfile
for details
Open Terminal
$ cd your_path/snapsvg-site
$ sudo bundle install
$ jekyll serve --watch
Go to http://localhost:4000
$ git checkout gh-pages
$ rake deploy
The site will go live at http://adobe-webplatform.github.io/snapsvg-site/public/. This will push the site instanteneously, so be aware. If you understand how the deploy script works in both master
and gh-pages
, you can just do rake deploy
without gheckout out gh-pages
. If you get serious errors in deploy script, make sure you abort the script. The script will ask you before it pushes everything live.