/website

SparkleFormation website

Primary LanguageCSS

What is this?

A simple landing page for SparkleFormation made with Middleman and Bootstrap, written in Yaml, Haml, Sass, and plain ol' Javascript.

How does it work?

  1. Clone the repo
git clone git@github.com:sparkleformation/website.git
  1. Bundle
bundle install
  1. Start Middleman
bundle exec middleman

How do I deploy?

You can deploy the SparkleFormation landing page website to GitHub Pages using the middleman-deploy gem:

bundle exec middleman build && bundle exec middleman deploy