An open API service indexing awesome lists of open source software.

https://github.com/adobe-webplatform/snapsvg-site

Website for Snap.svg
https://github.com/adobe-webplatform/snapsvg-site

Last synced: 2 months ago
JSON representation

Website for Snap.svg

Awesome Lists containing this project

README

          

snapsvg-site
===

Website for [Snap.svg](htpp://snapsvg.org)

Requirement
---

- [Bundler](http://bundler.io/)
- See `Gemfile` for details

Setup
---

Open Terminal

$ cd your_path/snapsvg-site
$ sudo bundle install

Running the site locally
---

$ jekyll serve --watch

Go to [http://localhost:4000](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/](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.