tymnec / splashkit.io

Website for SplashKit SDK

Home Page:http://splashkit.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/.

Bootstrap

We currently rely on a Ruby Bootstrap gem compiled with Bootstrap 4.0.0-alpha4. Relevant SASS files can be found here.

Publishing

Publish using:

$ rake publish

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

http://splashkit.io/

License:GNU General Public License v3.0


Languages

Language:HTML 53.0%Language:JavaScript 11.8%Language:C++ 10.5%Language:SCSS 9.3%Language:Ruby 8.3%Language:C# 6.1%Language:Python 0.7%Language:Java 0.1%Language:Pascal 0.1%Language:Swift 0.1%