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
- Host: GitHub
- URL: https://github.com/adobe-webplatform/snapsvg-site
- Owner: adobe-webplatform
- Created: 2013-10-03T01:06:15.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-02-06T01:22:02.000Z (over 9 years ago)
- Last Synced: 2025-02-23T23:16:18.373Z (about 1 year ago)
- Language: HTML
- Size: 2.76 MB
- Stars: 0
- Watchers: 24
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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.