Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 886 Bytes

README.md

File metadata and controls

37 lines (21 loc) · 886 Bytes

snapsvg-site

Website for Snap.svg

Requirement

Setup

Open Terminal

$ cd your_path/snapsvg-site
$ sudo bundle install

Running the site locally

$ jekyll serve --watch

Go to http://localhost:4000

Deploying the site

$ 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.