This is the content of the Sandstorm.org web site.
This repository is deployed with Cloudflare Pages using the following command:
bundler exec jekyll build
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:
- Install Rubygems and bundler.
- Install a JavaScript runtime;
on Debian, package
nodejsis sufficient. - Install gems:
bundle install --path vendor/bundle - Run
bundle exec guard - Open http://localhost:4000.