Skip to content

drosborn/splashkit.io

 
 

Repository files navigation

SplashKit Website

Website for SplashKit SDK, hosted via GitHub pages

Getting started

Start by ensuring you have ruby on your system. You must install rbenv to keep your ruby versions under control. Refer to rbenv's installation guide on how to do so.

Ensure you have installed ruby version 2.3.1:

$ rbenv install 2.3.1
$ rbenv rehash

Then, install bundler to sort out your ruby dependencies:

$ gem install bundler
$ bundle install

El Capitan and OpenSSL issues

If you are using OS X El Capitan, install OpenSSL using brew and set the bundle config to point to this install:

$ brew install openssl
$ bundle config build.eventmachine --with-cppflags="-I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib"

Developing

Develop using:

$ bundle exec middleman

Your website will be watched and hosted locally at http://localhost:4567/.

Deploying

Deploy using:

$ rake deploy

If this fails, try rebuilding the build folder from scratch then redeploy:

$ rm -rf build
$ rake deploy

License

Coming soon

About

Website for SplashKit SDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 35.3%
  • Ruby 33.2%
  • CSS 25.3%
  • JavaScript 3.9%
  • C# 0.6%
  • Java 0.5%
  • Other 1.2%