jadeqwang / sandstorm-website

Sandstorm.io public web site (static content)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is the content of the Sandstorm.io web site.

When checking out this repository, make sure to use --recursive to get submodules!

git clone --recursive git@github.com:sandstorm-io/sandstorm-website.git

If you forgot to do that, you can recover with this command.

git submodule init
git submodule update

To edit with live-reload:

  1. Install Rubygems and bundler.
  2. Install gems: bundle install --path vendor/bundle
  3. Run bundle exec guard
  4. Open http://localhost:4000.

About

Sandstorm.io public web site (static content)


Languages

Language:HTML 61.6%Language:CSS 33.5%Language:JavaScript 3.3%Language:Ruby 1.1%Language:Shell 0.5%Language:Awk 0.1%